AWS Certified SysOps Administrator – Associate — Question 115

A company uses an Amazon Simple Queue Service (Amazon SQS) standard queue with its application. The application sends messages to the queue with unique message bodies. The company decides to switch to an SQS FIFO queue.

What must the company do to migrate to an SQS FIFO queue?

Answer options

Correct answer: A

Explanation

The correct answer is A because migrating to an SQS FIFO queue requires creating a new FIFO queue and using a message group ID, which is essential for maintaining message order. Options B, C, and D are incorrect as they either miss the requirement for a message group ID or incorrectly suggest modifying the existing queue type instead of creating a new FIFO queue.