Medium1 markMultiple Choice

AWS SAP-C02 · Question 54 · Domain 3.3: Performance Improvement

A relational database running on Amazon RDS for PostgreSQL is experiencing performance bottlenecks. CloudWatch metrics show high CPU utilization and high Read IOPS, while Write IOPS are low. Which TWO strategies should the architect implement to improve performance? (Select TWO)

Answer options:

A.

Migrate to Amazon DynamoDB.

B.

Create RDS Read Replicas and offload read queries to them.

C.

Enable Multi-AZ deployments.

D.

Increase the size of the EBS volumes to get more baseline IOPS.

E.

Implement Amazon ElastiCache to cache frequently accessed data.

F.

Use AWS Database Migration Service to migrate to Oracle.

How to approach this question

Identify solutions for a read-heavy relational database.

Full Answer

B, E
For a read-heavy workload causing CPU and IOPS bottlenecks, creating Read Replicas allows you to offload read traffic. Implementing a caching layer like ElastiCache prevents many read queries from ever hitting the database.

Common mistakes

Choosing Multi-AZ, which is a standby node and cannot serve read traffic.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6

75 questions · hints · full answers · grading

More questions from this exam