exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 361 discussion

An application allows users at a company's headquarters to access product data. The product data is stored in an Amazon RDS MySQL DB instance. The operations team has isolated an application performance slowdown and wants to separate read traffic from write traffic. A solutions architect needs to optimize the application's performance quickly.
What should the solutions architect recommend?

  • A. Change the existing database to a Multi-AZ deployment. Serve the read requests from the primary Availability Zone.
  • B. Change the existing database to a Multi-AZ deployment. Serve the read requests from the secondary Availability Zone.
  • C. Create read replicas for the database. Configure the read replicas with half of the compute and storage resources as the source database.
  • D. Create read replicas for the database. Configure the read replicas with the same compute and storage resources as the source database.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
dmscountera
Highly Voted 3 years, 8 months ago
A+B out this is not Aurora C no logic D seems ok D. Create read replicas for the database. Configure the read replicas with the same compute and storage resources as the source database.
upvoted 31 times
...
Nilya08
Highly Voted 3 years, 7 months ago
For replication to operate effectively, each read replica should have the same amount of compute and storage resources as the source DB instance. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_MySQL.Replication.ReadReplicas.html
upvoted 13 times
...
Karthikeyan_nick
Most Recent 3 years, 1 month ago
Question is about performance, so A & B (Multi-AZ) are INCORRECT C & D, D is make sense than C
upvoted 2 times
...
drimdrim2002
3 years, 3 months ago
Is it true? https://aws.amazon.com/about-aws/whats-new/2018/01/amazon-rds-read-replicas-now-support-multi-az-deployments/?nc1=h_ls My answer is B. Amazon RDS Read Replicas Now Support Multi-AZ Deployments https://aws.amazon.com/ko/about-aws/whats-new/2018/01/amazon-rds-read-replicas-now-support-multi-az-deployments/
upvoted 1 times
...
MDNowfal
3 years, 7 months ago
D is the answer
upvoted 7 times
...
jkwek
3 years, 7 months ago
Answer is D. Refer url: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_MySQL.Replication.ReadReplicas.html
upvoted 9 times
...
Abdullah22
3 years, 7 months ago
You can create up to five read replicas from one DB instance. For replication to operate effectively, each read replica should have the same amount of compute and storage resources as the source DB instance. If you scale the source DB instance, also scale the read replicas. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_MySQL.Replication.ReadReplicas.html
upvoted 5 times
...
syu31svc
3 years, 7 months ago
Definitely D Half of compute and storage for read replicas is pure rubbish
upvoted 8 times
...
theEngineer
3 years, 8 months ago
D seems correct
upvoted 5 times
...
waqas
3 years, 8 months ago
Yes its D.
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...