Skip to content

Commit

Permalink
share scylla-monitor aws ami
Browse files Browse the repository at this point in the history
sharing scylla-monitor aws AMIs with organization path and snapshot with
relevant account IDs

Fixes: #2375
  • Loading branch information
Annamikhlin authored and yaronkaikov committed Nov 10, 2024
1 parent 7310460 commit 9f38648
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packer/scylla-monitor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
"delete_on_termination": true
}
],
"ami_org_arns": [
"arn:aws:organizations::978072043225:organization/o-o561yy1rs6"
],
"snapshot_users": [
"797456418907",
"734708892259"
],
"tags": {
"Name": "{{ user `monitor_image_name` }}",
"scylladb-monitor-version": "{{ user `monitor_version`| clean_resource_name }}"
Expand Down

0 comments on commit 9f38648

Please sign in to comment.