Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. aws ec2 describe-images \
  2. --owners 'aws-marketplace' \
  3. --filters 'Name=product-code,Values=aw0evgkw8e5c1q413zgy5pjce' \
  4. --query 'sort_by(Images, &CreationDate)[-1].[ImageId]' \
  5. --output 'text'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement