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
Running npx @guardian/cdk@latest account-readiness --profile workflow gave me SSM Parameter Readiness: ❌ Fail even though the workflow account is all green.
It turns out that there were stale [default] credentials in my local ~/.aws/credentials file. I had to delete them and get fresh workflow credentials from Janus, which finally gave me SSM Parameter Readiness: ✅ Pass.
Not sure how or why the default creds are generated, but it would be great for the readiness check against the matching account name (e.g.[workflow]) instead of the default. Also it would be helpful have a more informative error message if the credentials are invalid.
The text was updated successfully, but these errors were encountered:
Running
npx @guardian/cdk@latest account-readiness --profile workflow
gave meSSM Parameter Readiness: ❌ Fail
even though the workflow account is all green.It turns out that there were stale
[default]
credentials in my local~/.aws/credentials
file. I had to delete them and get fresh workflow credentials from Janus, which finally gave meSSM Parameter Readiness: ✅ Pass
.Not sure how or why the default creds are generated, but it would be great for the readiness check against the matching account name (e.g.
[workflow]
) instead of the default. Also it would be helpful have a more informative error message if the credentials are invalid.The text was updated successfully, but these errors were encountered: