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
While running command "prepare-environment fundamentals/storage/s3", there is an IAM permissions error that "The role with name eks-workshop-ide-role cannot be found" . This prevents doing the S3 portion of the lab. Screenshot included.
What did you expect to happen?
The S3 storage resources to provision without error.
How can we reproduce it?
Run command "prepare-environment fundamentals/storage/s3".
Anything else we need to know?
No response
EKS version
1.30
The text was updated successfully, but these errors were encountered:
This is currently merged into main branch but hasn't yet made it to stable which is likely what you are running on.
As a near term work around what unblocked me was to set the $REPOSITORY_REF env variable to point at the main branch
export REPOSITORY_REF=main
and then run the prepare-environment again.
ec2-user:~/environment:$ prepare-environment fundamentals/storage/s3
Refreshing copy of workshop repository from GitHub...
Resetting the environment...
Tip: Read the rest of the lab introduction while you wait!
Deleting assets-images folder...
Scaling down assets deployment...
Deleting PV and PVC that were created...
Waiting for application to become ready...
Cleaning up previous lab infrastructure...
Creating infrastructure for next lab...
Environment is ready
I also updated this policy 'eks-workshop-ide-labs2' to add the s3:PutObject permission as follows:
Installation method
Own AWS account
What happened?
While running command "prepare-environment fundamentals/storage/s3", there is an IAM permissions error that "The role with name eks-workshop-ide-role cannot be found" . This prevents doing the S3 portion of the lab. Screenshot included.
What did you expect to happen?
The S3 storage resources to provision without error.
How can we reproduce it?
Run command "prepare-environment fundamentals/storage/s3".
Anything else we need to know?
No response
EKS version
1.30
The text was updated successfully, but these errors were encountered: