Topic 1 Question 203
The customers of a finance company request appointments with financial advisors by sending text messages. A web application that runs on Amazon EC2 instances accepts the appointment requests. The text messages are published to an Amazon Simple Queue Service (Amazon SQS) queue through the web application. Another application that runs on EC2 instances then sends meeting invitations and meeting confirmation email messages to the customers. After successful scheduling, this application stores the meeting information in an Amazon DynamoDB database.
As the company expands, customers report that their meeting invitations are taking longer to arrive.
What should a solutions architect recommend to resolve this issue?
Add a DynamoDB Accelerator (DAX) cluster in front of the DynamoDB database.
Add an Amazon API Gateway API in front of the web application that accepts the appointment requests.
Add an Amazon CloudFront distribution. Set the origin as the web application that accepts the appointment requests.
Add an Auto Scaling group for the application that sends meeting invitations. Configure the Auto Scaling group to scale based on the depth of the SQS queue.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: D
Option D. Add an Auto Scaling group for the application that sends meeting invitations. Configure the Auto Scaling group to scale based on the depth of the SQS queue.
To resolve the issue of longer delivery times for meeting invitations, the solutions architect can recommend adding an Auto Scaling group for the application that sends meeting invitations and configuring the Auto Scaling group to scale based on the depth of the SQS queue. This will allow the application to scale up as the number of appointment requests increases, improving the performance and delivery times of the meeting invitations.
👍 8Buruguduystunstugudunstuy2022/12/23 - 正解だと思う選択肢: D
Option D is the right Answer,
👍 2career360guru2022/12/16 - 正解だと思う選択肢: D
Answer : D
👍 1Nigma2022/11/28
シャッフルモード