Question 134:
A company is hosting a social media application on AWS. The application makes use of DynamoDB as the backend. The read and write capacity has already been defined for the table. But it has been noticed that during high peak loads, the database begins throttling requests. Which of the following can be used to effectively manage the high number of requests during high peak loads?
Answer options:
A.Place an ELB in front of the DynamoDB table. B.Add the DynamoDB table to an Autoscaling Group. C.Enable Autoscaling for the DynamoDB table. D.Place an SQS queue in front of the DynamoDB table.