Q19 — AWS SAA-C03 Ch.8

Question 19 of 65 | ← Chapter 8

Q514. A company has a Java application that uses Amazon Simple Queue Service (Amazon SQS) to parse messages. The application cannot parse messages that are larger than 256 KB in size. The company wants to implement a solution to give the application the ability to parse messages as large as 50 MB.Which solution will meet these requirements with the FEWEST changes to the code?

Correct Answer: A. Use the Amazon SQS Extended Client Library for Java to host messages that are larger than 256 KB in Amazon S3.