ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

141 / 465

Question 141:

Your company is planning to develop an application in which the front end is in .Net and the backend is in DynamoDB. It is expected that there would be an intermittent high load on the application. How could you ensure the application`s scalability and cost-effectiveness to reduce the load on the DynamoDB database? Choose an answer from the below options.

Answer options:

A.Add more DynamoDB databases to handle the load.
B.Increase the write capacity of Dynamo DB to meet the peak loads.
C.Use SQS to hold the database requests instead of overloading the DynamoDB database. Then have a service that asynchronously pulls the messages and writes them to DynamoDB.D.Launch DynamoDB in Multi-AZ configuration with a global index to balance writes.