Skip to content

Instantly share code, notes, and snippets.

@diasjorge
Created June 19, 2019 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diasjorge/2727d6282ce833cb7befeb6a6e51c969 to your computer and use it in GitHub Desktop.
Save diasjorge/2727d6282ce833cb7befeb6a6e51c969 to your computer and use it in GitHub Desktop.
Get most recent AWS AMI
aws ec2 --region us-east-1 describe-images --query 'reverse(sort_by(Images, &CreationDate))[0].ImageId' --output text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment