Skip to content

Commit

Permalink
packer: share AMI with the whole aws scylla organization
Browse files Browse the repository at this point in the history
In order to allow all accounts to use the AMI before it is
promoted + avoid the need to maintain a list of accounts require AMI
access
  • Loading branch information
benipeled committed Apr 7, 2024
1 parent c70ef65 commit f6400ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packer/scylla.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@
"delay_seconds": "30",
"max_attempts": "100"
},
"shutdown_behavior": "terminate"
"shutdown_behavior": "terminate",
"ami_org_arns": [
"arn:aws:organizations::978072043225:organization/o-o561yy1rs6"
]
},
{
"name": "gce",
Expand Down

0 comments on commit f6400ec

Please sign in to comment.