Guest User

Untitled

a guest
Dec 14th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. > aws --version
  2. aws-cli/1.14.8 Python/3.6.3 Windows/10 botocore/1.8.12
  3.  
  4. > aws ec2 describe-volumes --profile TEST1 --region us-east-1 --query 'Volumes[0]'
  5. "Volumes[0]"
  6.  
  7. > aws ec2 describe-volumes --profile TEST1 --region us-east-1
  8. {
  9. "Volumes": [
  10. {
  11. "Attachments": [ ....
Add Comment
Please, Sign In to add comment