Guest User

Untitled

a guest
Sep 26th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. List Profiles:
  2.  
  3. $ aws configure list
  4.  
  5.  
  6. Create profile
  7.  
  8. $ aws configure --profile YourProfileName1
  9. $ aws configure --profile YourProfileName2
  10.  
  11.  
  12. Use Profile Per Command:
  13.  
  14. $ aws s3 sl s3:something --profile YourProfileName
  15.  
  16.  
  17. User Profile For all
  18.  
  19. $ export AWS_PROFILE=YouProfileName
Add Comment
Please, Sign In to add comment