ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

461 / 465

Question 461:

You have built a web API in AWS using API Gateway, AWS Lambda, and DynamoDB. For the DynamoDB table, the read and write capacities have been provisioned as 100. Recently, you found ProvisionedThroughputExceededException for some client requests, which mainly happens when the traffic is high during the daytime. Which of the following actions can help to reduce the number of exceptions? (Select TWO) 

Answer options:

A.In the DynamoDB table, enable auto-scaling for the read and write capacities.
B.Adding retries to the AWS Lambda function if ProvisionedThroughputExceededException happens.
C.Configure an SQS queue to control the traffic to the DynamoDB table asynchronously. The extra messages are put in the queue first before they reach the table.
D.Configure AWS CloudFront as a caching layer in front of DynamoDB to reduce traffic to the DynamoDB table.
E.Create a CloudWatch alarm for ProvisionedThroughputExceededException. Enlarge the provisioned capacities if the alarm is triggered.