1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-11 11:47:03 +03:00

Add a note about an AWS provider bug into infra/README.md (#1570)

I had forgot about this issue when writing the README originally.
This commit is contained in:
Viktor Kleen 2023-09-04 16:46:00 +00:00 committed by GitHub
parent 0dd1e10863
commit 4b9062690d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ have to redeploy it. Do the following:
```
If this fails, log in with AWS SSO credentials, following [their guide][aws-sso-guide].
You will likely hit [a bug in the AWS provider][aws-provider-bug]. Apply the
[workaround mentioned in a comment][aws-provider-workaround] and log in again
using `aws sso login` to resolve this.
2. Make sure you're logged into GitHub. You can check using `gh`:
@ -54,3 +57,5 @@ artifacts is as follows:
invokes the `$EC2_STOP` AWS Lambda which terminates the EC2 instance
[aws-sso-guide]: https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html
[aws-provider-bug]: https://github.com/aws/aws-cli/issues/7632
[aws-provider-workaround]: https://github.com/aws/aws-cli/issues/7632#issuecomment-1568458315