Skip to content

Instantly share code, notes, and snippets.

@zxkane
Created September 8, 2020 06:00
Show Gist options
  • Save zxkane/b5ffbdeab2efacde4125c17a9f1de2c8 to your computer and use it in GitHub Desktop.
Save zxkane/b5ffbdeab2efacde4125c17a9f1de2c8 to your computer and use it in GitHub Desktop.
query latest amazon linux2 AMI
aws ec2 describe-images --owners amazon --filters "Name=name,Values=amzn2-ami-hvm-*-ebs" "Name=root-device-type,Values=ebs" "Name=architecture,Values=x86_64" --query 'reverse(sort_by(Images, &CreationDate))[:1]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment