SAP-C02 Study Assistant

SAP-C02 Question 382

Lambda DynamoDB EC2 RDS SQS Config Auto Scaling

Question

A company that provisions job boards for a seasonal workforce is seeing an increase in traffic and usage. The backend services run on a pair of Amazon EC2 instances behind an Application Load Balancer with Amazon DynamoDB as the datastore. Application read and write traffic is slow during peak seasons. Which option provides a scalable application architecture to handle peak seasons with the LEAST development effort?

Options

A. Migrate the backend services to AWS Lambda. Increase the read and write capacity of DynamoDB.

B. Migrate the backend services to AWS Lambda. Configure DynamoDB to use global tables.

C. Use Auto Scaling groups for the backend services. Use DynamoDB auto scaling.

D. Use Auto Scaling groups for the backend services. Use Amazon Simple Queue Service (Amazon SQS) and an AWS Lambda function to write to DynamoDB.

Answer

C

Explanation

Correct answer: C Explanation: The best answer is C. Correct option: C. Use Auto Scaling groups for the backend services. Use DynamoDB auto scaling. Why this is correct: This option most directly satisfies the hard requi...

Log in to view the full explanation