Changes between Initial Version and Version 1 of Ticket #9992
- Timestamp:
- Jun 27, 2017 11:05:11 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9992 – Description
initial v1 5 5 6 6 AWS Sdks and aws cli for example support profiles nicely and more and more programs does it too. 7 ex: 8 awscli -profile "accountprod" 9 awscli -profile "accountperf" 7 ex:[[BR]] 8 9 {{{ awscli -profile "accountprod" }}} 10 11 {{{ awscli -profile "accountperf" }}} 10 12 11 13 Would be awesome if you could include this functionality, its actually part of AWS best practises. 12 14 Basically , one checkbox to activate profile, and if checked, a new textbox to specify the profile that are usually stored in 13 .aws/credentials 15 {{{ .aws/credentials }}} 14 16 15 17 example: 18 {{{ 16 19 [default] 17 20 aws_access_key_id = AKIA.... … … 32 35 role_arn=arn:aws:iam::010203040506:role/cross-account-access 33 36 source_profile=default 34 37 }}} 35 38 Thanks a lot.