When creating new AWS SQS queues in an account with too many existing queues, I find that the newly created queues can’t be found in both the AWS console and via the CLI list-queues command. I believe this issue is related to how AWS handles pagination. This issue also affects selecting queues in the Lambda UI, such as when assigning a DLQ.
I know using Terraform is an option, but sometimes I just need to create a queue quickly for testing. Is there a more direct method to locate these new queues?