We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
My AWS config file is setup with 2 profiles, one of then is "assumeRole" and "MFA":
[default] output = json region = eu-west-1 [profile dev] role_arn = arn:aws:iam::xxxxxxxxx:role/admin source_profile = default output = json region = eu-west-1 mfa_serial = arn:aws:iam::xxxxxxxxxxx:mfa/[email protected] [profile prod] output = json region = eu-west-1
When using the --profile dev, it crashes:
Error while getting AWS Credentials. { Error: connect ENETUNREACH 169.254.169.254:80 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14) code: 'ENETUNREACH', errno: 'ENETUNREACH', syscall: 'connect', address: '169.254.169.254', port: 80 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
My AWS config file is setup with 2 profiles, one of then is "assumeRole" and "MFA":
When using the --profile dev, it crashes:
The text was updated successfully, but these errors were encountered: