
Ultimate access to all questions.
An e-commerce company's AWS Cloud application integrates with an on-premises warehouse. It uses Amazon SNS to send order notifications to an HTTPS endpoint for processing. Some messages were undelivered. The architect seeks a solution requiring minimal development to retain undelivered messages for 14 days. Which approach should be taken?
A
Set up an Amazon SNS dead letter queue with a streaming service target and 14-day retention.
B
Integrate an Amazon SQS queue with 14-day message retention between the application and Amazon SNS.
C
Implement an Amazon SNS dead letter queue with an SQS target and 14-day retention.
D
Use an Amazon SNS dead letter queue with a DynamoDB target and a 14-day TTL.