Your company has been hired to build a resilient mobile voting app for an upcoming music award show that expects to have 5 to 20 million viewers. The mobile voting app will be marketed heavily months in advance so you are expected to handle millions of messages in the system. You are configuring Amazon Simple Queue Service (SQS) queues for your architecture that should receive messages from 20 KB to 200 KB. Is it possible to send these messages to SQS?
Correct answer - "Yes, the max message size is 256KB" : The minimum message size is 1 byte (1 character). The maximum is 262,144 bytes (256 KB).
"Yes, the max message size is 512KB" - The max size is 256KB
"No, the max message size is 128KB" - The max size is 256KB
"No, the max message size is 64KB" - The max size is 256KB
For more information visit