AWS SQS 队列中可以存储的最大消息量是多少?

What is the largest amount of messages that can be stored in an AWS SQS queue?

我正在创建一个 AWS SQS 标准队列来临时存储一些数据,稍后再检索。我计划排队大约 10^5 到 10^6 条消息。我想知道队列可以存储的最大消息数是多少?

来自 AWS 文档:

Q: How large can Amazon SQS message queues be?
A single Amazon SQS message queue can contain an unlimited number of messages. However, there is a 120,000 quota for the number of inflight messages for a standard queue and 20,000 for a FIFO queue. Messages are inflight after they have been received from the queue by a consuming component, but have not yet been deleted from the queue.

https://aws.amazon.com/sqs/faqs/