Medium1 markMultiple Choice
AWS SAP-C02 · Question 36 · Domain 3.3: Performance Improvement
A company has a web application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). The application uses Amazon DynamoDB for its database. The company is experiencing a high volume of read requests for static configuration data stored in DynamoDB, leading to high costs. What is the MOST cost-effective way to reduce DynamoDB costs while improving read performance?
A company has a web application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). The application uses Amazon DynamoDB for its database. The company is experiencing a high volume of read requests for static configuration data stored in DynamoDB, leading to high costs. What is the MOST cost-effective way to reduce DynamoDB costs while improving read performance?
Answer options:
A.
Migrate the configuration data to Amazon RDS.
B.
Implement Amazon DynamoDB Accelerator (DAX) in front of the DynamoDB table.
C.
Enable DynamoDB Auto Scaling for read capacity units.
D.
Use Amazon CloudFront to cache the DynamoDB responses.
How to approach this question
Identify the native caching solution for DynamoDB.
Full Answer
B.Implement Amazon DynamoDB Accelerator (DAX) in front of the DynamoDB table.✓ Correct
Implement Amazon DynamoDB Accelerator (DAX) in front of the DynamoDB table.
Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for DynamoDB that delivers up to a 10x performance improvement and reduces read capacity costs for read-heavy workloads.
Common mistakes
Choosing Auto Scaling, which increases costs rather than reducing them.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 7
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is designing a multi-region network architecture connecting 50 AWS accounts a...HardQ02A company is migrating its hybrid network to AWS. They have two 10 Gbps AWS Direct Connect connec...HardQ03An enterprise has 100 AWS accounts in AWS Organizations. The security team mandates that all Amaz...MediumQ04A financial company requires that all EBS volumes, S3 buckets, and RDS databases be encrypted usi...EasyQ05An enterprise is designing a disaster recovery strategy for a critical application running on Ama...Hard
Expert