
Ultimate access to all questions.
A company's application on Amazon EC2 instances processes messages from an SQS queue, updates an RDS table, and then deletes the messages. Despite no duplicates in the queue, duplicates appear in the RDS table. How can a solutions architect ensure single-message processing?
A
Utilize CreateQueue API to establish a new queue.
B
Implement AddPermission API to set correct permissions.
C
Configure ReceiveMessage API for an optimal wait time.
D
Adjust the visibility timeout with ChangeMessageVisibility API.