ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

100 / 500

Question 100:

You want to pass queue messages that are 1 GB each. How should you achieve this?

Answer options:

A.Use Kinesis as a buffer stream for message bodies. Store the checkpoint id for the placement in the Kinesis Stream in SQS.
B.Use the Amazon SQS Extended Client Library for Java and Amazon S3 as a storage mechanism for message bodies.
C.Use SQS’s support for message partitioning and multi-part uploads on Amazon S3.
D.Use AWS EFS as a shared pool storage medium. Store filesystem pointers to the files on disk in the SQS message bodies.