1 Answer
- Newest
- Most votes
- Most comments
0
The "Access denied to listqueues" error typically indicates a permissions issue. Ensure the IAM role associated with your AWS Security Lake has the necessary permissions, including sqs:ListQueues. Verify your queues aren't publicly accessible and implement least-privilege access. Review the security policies attached to your IAM identity and make sure the environment variable AWS_PROFILE is set to the correct role.
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago

Can you provide the logs?