Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. aws ec2 describe-images --owners amazon --filters Name=platform,Values=windows --filters Name=name,Values=Windows_Server-2019-English-Full-Base* | jq "[.Images[] | {ImageId: .ImageId ,Name: .Name, CreationDate: .CreationDate}] | sort_by(.CreationDate) | .[-1]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement