59.8k views
5 votes
SQS - what is max # of messages a single batch request can include?

A) 5
B) 10
C) 100
D) 256

1 Answer

6 votes

Final answer:

The maximum number of messages a single batch request can handle in Amazon SQS is 100, which helps increase throughput and reduce costs.

Step-by-step explanation:

The maximum number of messages that a single batch request can include in Amazon Simple Queue Service (SQS) is C) 100. When working with SQS, it's crucial to understand these limits as they affect how you design and implement your message processing. A batch request permits multiple operations in a single request, which can significantly reduce costs and increase throughput due to fewer API calls being made.

User Jinxed
by
8.9k points