You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the last two hours, we are unable to use aws cdk deploy within a github action, with the error:
“ Need to perform AWS calls for account ***, but no credentials have been configured”
we have tried the runner action:
aws-actions/configure-aws-credentials@v2 v3 and v4
we have double checked that the following values are correct:
aws-access-key-id
aws-secret-access-key
aws-region
are you aware of any issues that may hav occurred within the last two hours (looking like Nov 14, 2024 00:00 GMT)
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
CDK deploy works within a github action
Current Behavior
Receiving an error:
Need to perform AWS calls for account ***, but no credentials have been configured
Reproduction Steps
Configure to use credentials as per above.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered:
Update: I can confirm that the credentials are correct, because I can see via the IAM panel that the last service used was 'sts'. However, when I do cdk deploy --verbose, it gives the following error:
[03:21:38] Looking up default account ID from STS
[03:21:38] Unable to determine the default AWS account (InvalidClientTokenId): The security token included in the request is invalid
So, the credentials appear correct, as IAM shows it being used and accessing STS, but for some reason the default account id can't be determined.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
Describe the bug
Within the last two hours, we are unable to use aws cdk deploy within a github action, with the error:
“ Need to perform AWS calls for account ***, but no credentials have been configured”
we have tried the runner action:
aws-actions/configure-aws-credentials@v2 v3 and v4
we have double checked that the following values are correct:
aws-access-key-id
aws-secret-access-key
aws-region
are you aware of any issues that may hav occurred within the last two hours (looking like Nov 14, 2024 00:00 GMT)
Regression Issue
Expected Behavior
CDK deploy works within a github action
Current Behavior
Receiving an error:
Need to perform AWS calls for account ***, but no credentials have been configured
Reproduction Steps
Configure to use credentials as per above.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: