-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
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
[Bug]: prepare-environment fundamentals/storage/efs fails with User is not authorized #1106
Comments
I am also experiencing this same issue as @justRishi described above. |
Thanks for the report, we'll need to look in to this. The IAM permissions look like they should allow this and our tests are succeeding so it will take some manual investigation. |
same issue for me |
Same issue for me. Tested yesterday on eu-west-1 (failed) but works today on us-west-2 |
I spent some time troubleshooting this and was able to resolve this by adding the following. In the Based on the AWS CLI documentation the following permissions are required.
Hope this helps.. |
Installation method
Own AWS account
What happened?
fundamentals eks-workshop Amazon EFS prepare environment fails, previous sections with "prepare environment" did not fail.
lab : https://www.eksworkshop.com/docs/fundamentals/storage/efs/
command:
prepare-environment fundamentals/storage/efs
resulted in
error:
What did you expect to happen?
efs environment for lab to be created successfully
How can we reproduce it?
prepare-environment fundamentals/storage/efs
Anything else we need to know?
The previous EFS-lab sections like Amazon EBS prepare-environment went fine , as well Ingress, Load Balancers etc
EKS version
1.30
The text was updated successfully, but these errors were encountered: