githubEdit

Why can't I see SQS queues in the AWS Console?

If you're unable to see SQS queues in the AWS Console after accessing it through the Duplo portal or CLI, there are two common causes to check: Check AWS Region When accessing the AWS Console, first verify you're in the correct region where your queues are deployed. The default region may vary depending on your environment: Some environments may default to us-east-1 Others may default to different regions (e.g., eu-north-1 ) To fix this: Look at the region selector in the top right of the AWS Console Switch to the region where your queues are deployed Known AWS UI Issue There is a known AWS Console UI issue where SQS queues may not appear in the initial view. To work around this: Use the search box in the SQS console Enter any search term The queues should become visible after performing a search Note: If you still cannot see the queues after trying these steps, verify your permissions with your administrator. By default, developers typically have read-only access to production resources and full access to testing and staging environments.

Last updated

Was this helpful?