Configure AWS CLI and vault
This commit is contained in:
parent
3d432c2f6e
commit
95e519eb51
2 changed files with 20 additions and 2 deletions
14
dotfiles/aws/.aws/config
Normal file
14
dotfiles/aws/.aws/config
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# Metail SSO
|
||||
#
|
||||
[sso-session metail]
|
||||
sso_region=eu-west-1
|
||||
sso_start_url=https://d-93676d306a.awsapps.com/start/
|
||||
sso_registration_scopes=sso:account:access
|
||||
|
||||
[profile testing-admin]
|
||||
sso_session=metail
|
||||
region=eu-west-1
|
||||
output=json
|
||||
sso_account_id=779362500905
|
||||
sso_role_name=AWSAdministratorAccess
|
Loading…
Add table
Add a link
Reference in a new issue