Skip to content

Instantly share code, notes, and snippets.

@dustinrue
Created September 21, 2017 21:43
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 dustinrue/5983cb1ea6482e4243ea275975a10d46 to your computer and use it in GitHub Desktop.
Save dustinrue/5983cb1ea6482e4243ea275975a10d46 to your computer and use it in GitHub Desktop.
aws ec2 describe-images \
--owners 'aws-marketplace' \
--filters 'Name=product-code,Values=aw0evgkw8e5c1q413zgy5pjce' \
--query 'sort_by(Images, &CreationDate)[-1].[ImageId]' \
--output 'text'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment