
Explanation:
FIFO queue name must end with .fifo suffix. You must delete Standard queue and create new FIFO (no in-place conversion). With batching, throughput is up to 3,000 messages/sec (300 without). 300 MPS limit is without batching. No direct conversion. Amazon MQ is separate service.
Ultimate access to all questions.
A data platform team at a digital media startup plans to move their message workflows from Amazon SQS Standard queues to FIFO queues to guarantee ordered, exactly-once processing while using batch send and receive APIs. What actions should be included in their migration runbook? (Choose 3)
A
Ensure the throughput for the target FIFO queue does not exceed 300 messages per second
B
Ensure the FIFO queue name ends with the .fifo suffix
C
Delete the existing Standard queue and create a new FIFO queue
D
Convert the current Standard queue directly into a FIFO queue
E
Confirm the target FIFO queue throughput with batching stays at or below 3,000 messages per second
F
Replace the SQS Standard queue with Amazon MQ to achieve strict ordering
No comments yet.