- 最新
- 最多得票
- 最多評論
Hello.
In the case of Cloud Quest, I don't think the user can make any changes, so please contact the AWS training team at the URL below.
https://support.aws.amazon.com/#/contacts/aws-training
I have also encountered similar errors in Cloud Quest before, and restarting the lab from the beginning resolved the issue, so I recommend trying to restart from the beginning if you have time.
This is a common issue in AWS Cloud Quest lab environments where permissions are restricted for security reasons. The error message you're seeing indicates that your lab user doesn't have the necessary permissions to perform the athena:GetWorkGroup action, which is preventing you from accessing the Athena workgroup and querying the operations_datalake_ table you created with the Glue crawler.
In Cloud Quest labs, the environments are pre-configured with specific permissions designed for the learning tasks, and users typically cannot modify these permissions. This type of permission issue can occur when:
- There's a mismatch between the lab instructions and the current AWS console experience
- The lab environment hasn't been properly configured with all necessary permissions
- There might be a bug in the lab environment setup
Some potential workarounds to try:
- Restart the lab completely (not just repeating the steps) as this might reset any underlying configuration issues
- Double-check that you're following all instructions exactly as provided, as Cloud Quest often uses specific naming conventions or pre-configured resources
- Verify if there are any specific steps in the instructions about setting up Athena permissions or using a particular workgroup
If you've tried these steps and are still encountering the issue, you'll likely need to contact AWS Cloud Quest support as this appears to be a bug in the lab environment that requires their attention. The permissions in these controlled lab environments are pre-configured and cannot typically be modified by users.
Sources
Cloud Quest Gen. AI Architect Task: Issue with "Create Trustworthy LLMs with a Vector Database" Lab | AWS re:Post
Access Denied for ATHENA | AWS re:Post
iam create user access error on cloud quest | AWS re:Post
Quick follow-up: after contacting support to open a case, I've spotted the issue! Just in case anyone else is having trouble here, I noticed that when you log out from the lab and then enter the new URL to log in under a different account, it defaults to eu-north-1 - which is why the permissions error occurs. It can be fixed simply by changing the Region to us-east-1 and then the permissions are granted!
相關內容
- 已提問 3 個月前

Many thanks - restarting the lab didn't work so I've contacted the AWS training team. Thanks for providing the URL too!