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
enrico.pesce@MacBook-216 infrastructure % cat ~/.aws/credentials [enrico] aws_access_key_id = hidden aws_secret_access_key = hidden aws_session_token = hidden account = enrico role = arn:aws:sts::642567306647:assumed-role/it-devops/Enrico.Pesce expiration = 2020-09-02 21:43:25 +0000 UTC [enrico@admin] role_arn = arn:aws:iam::642567306647:role/super@admin source_profile = enrico export AWS_PROFILE="enrico@admin" enrico.pesce@MacBook-216 infrastructure % aws sts get-caller-identity { "UserId": "AROAJCJ7OQJ3A2WGT4VF2:botocore-session-1599039815", "Account": "642567306647", "Arn": "arn:aws:sts::642567306647:assumed-role/super@admin/botocore-session-1599039815" } enrico.pesce@MacBook-216 infrastructure % npm install -g aws-cdk@1.59.0 /usr/local/bin/cdk -> /usr/local/lib/node_modules/aws-cdk/bin/cdk + aws-cdk@1.59.0 updated 9 packages in 2.774s enrico.pesce@MacBook-216 infrastructure % cdk deploy "*" { account: '642567306647', region: 'eu-west-1' } enrico.pesce@MacBook-216 infrastructure % npm install -g aws-cdk@1.60.0 /usr/local/bin/cdk -> /usr/local/lib/node_modules/aws-cdk/bin/cdk + aws-cdk@1.60.0 updated 9 packages in 2.902s enrico.pesce@MacBook-216 infrastructure % cdk deploy "*" { account: undefined, region: 'eu-west-1' } Unable to resolve AWS account to use. It must be either configured when you define your CDK or through the environment
From CDK 1.60 my credential doesn't work
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered:
I think you might be running into this: #10032
Sorry, something went wrong.
No branches or pull requests
Reproduction Steps
What actually happened?
From CDK 1.60 my credential doesn't work
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: