Topic 1 Question 869
A company wants to enhance its ecommerce order-processing application that is deployed on AWS. The application must process each order exactly once without affecting the customer experience during unpredictable traffic surges.
Which solution will meet these requirements?
Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue. Put all the orders in the SQS queue. Configure an AWS Lambda function as the target to process the orders.
Create an Amazon Simple Notification Service (Amazon SNS) standard topic. Publish all the orders to the SNS standard topic. Configure the application as a notification target.
Create a flow by using Amazon AppFlow. Send the orders to the flow. Configure an AWS Lambda function as the target to process the orders.
Configure AWS X-Ray in the application to track the order requests. Configure the application to process the orders by pulling the orders from Amazon CloudWatch.
ユーザの投票
コメント(8)
- 正解だと思う選択肢: A
The application must process each order exactly once == SQS + FIFO
👍 2Mikado2112024/04/07 - 正解だと思う選択肢: A
FIFO > SQS
👍 2Kaula2024/04/07 - 正解だと思う選択肢: A
SQS and FIFO
👍 2Tanidanindo2024/04/08
シャッフルモード