Guest User

Untitled

a guest
Feb 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ubuntu@i:~$ aws ec2 describe-tags --region "$REGION" \
  2. --query 'Tags[].[Key,Value]' \
  3. --output text
  4. Name my-instance-name
  5. GREETING hello
  6. TAG1 test
  7. TAG2 test2
  8. ubuntu@i:~$
Add Comment
Please, Sign In to add comment