Does anyone know what the maximum amount of queues I can create is? I've look around on AWS and can't seem to find the answer. I might have almost 50 different queues at the end of this project and want to make sure I am not running out of runway...
相关问题
- How to generate 12 digit unique number in redshift
- Use awslogs with kubernetes 'natively'
- Assume/switch role in aws toolkit for eclipse 2.0
- 'no SavedModel bundles found!' on tensorfl
- Installing Python dependencies in AWS Codestar wit
相关文章
- Right way to deploy Rails + Puma + Postgres app to
- how many objects are returned by aws s3api list-ob
- AWS S3 in rails - how to set the s3_signature_vers
- Passthrough input to output in AWS Step Functions
- I cannot locate production log files on Elastic Be
- ImportError: cannot import name 'joblib' f
- Static IP for Auto Scale in AWS
- Step function exceeding the maximum number of char
I don't see any mention of a limit. But 50 is small. You should be fine. To confirm, just create 50 queues.
There is no limit for the number of queues and for the number of messages in a queue.
http://aws.amazon.com/sqs/faqs/#How_big_can_Amazon_SQS_queues_be
I don't know of any limit. We're currently running about 45 queues and I'm sure we hit the 50 queue limit a while ago.