Correct answer - "Do nothing, SQS scales automatically" : Amazon SQS leverages the AWS cloud to
dynamically scale based on demand. SQS scales elastically with your application so you don't
have to worry about capacity planning and pre-provisioning. There is no limit to the number of
messages per queue, and standard queues provide nearly unlimited throughput.
Incorrect:
"Increase the capacity of the SQS queue" - SQS queues are dynamically created and scale
automatically so you can build and grow applications quickly and efficiently
"Enable auto scaling in the SQS queue" - SQS queues scale automatically
"Open a support ticket to pre-warm the SQS queue" - There is no pre-provisioning or pre-warm for
SQS as it handles the scale for you