We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3ea63 commit b466dfeCopy full SHA for b466dfe
CONTRIBUTING.md
@@ -5,5 +5,5 @@ To update the ImageId map execute the following lines in your terminal:
5
6
```
7
$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
8
-$ for region in $regions; do id=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn2-ami-hvm-2.0.20241113.1-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n ImageId: '$id'\n"; done
+$ for region in $regions; do id=$(aws --region $region ec2 describe-images --owner amazon --filters "Name=name,Values=amzn2-ami-hvm-2.0.20241113.1-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n ImageId: '$id'\n"; done
9
0 commit comments