-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for crossaccount profile access #66
Comments
Not sure about this, but as a workaroud you can set
|
This should be fixed in the last version of |
You can now customize profile using:
See README for more details. |
Tested and it works. |
Do I need to have IDs on each account to switch ? When connecting via a single account and doing an assume role in another accounts.Its asking me to provide Access and Security keys. C:\Users\soori1s>awless list vpcs |
Hi,
I have multiple AWS accounts and i am connecting via a single account with a particular user and doing an assume role in another accounts.
For eg:
cat ~/.aws/config
[profile Account1]
source_profile = AccountMain
role_arn = arn:aws:iam:::role/CrossAccountAccessRole
region = eu-west-1
awless config set aws.profile Account1
It says
command hook failed: Your AWS credentials seem undefined!
AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY need to be exported in your CLI environment
Is cross accounting supported?
Regards,
Kevin
The text was updated successfully, but these errors were encountered: