Created
April 5, 2017 13:41
-
-
Save anamorph/22edab049988f42a70921b350d235c7f to your computer and use it in GitHub Desktop.
Listing all Amazon Linux AMI ever, full #AWS #CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws ec2 describe-images --owners amazon --query 'reverse(sort_by(Images[*].{Id:ImageId,Type:VirtualizationType,Created:CreationDate,Storage:RootDeviceType, Desc:Description}, &Created))' --filters "Name=description,Values=Amazon Linux AMI*" --output table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Further coolness; there is an SNS topic you can register to, to get access to notifications when AWS releases a new Amazon Linux AMI version :-)
Subscribe to: arn:aws:sns:us-east-1:137112412989:amazon-linux-ami-updates