Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 575 discussion

A company deploys its applications on Amazon Elastic Kubernetes Service (Amazon EKS) behind an Application Load Balancer in an AWS Region. The application needs to store data in a PostgreSQL database engine. The company wants the data in the database to be highly available. The company also needs increased capacity for read workloads.

Which solution will meet these requirements with the MOST operational efficiency?

  • A. Create an Amazon DynamoDB database table configured with global tables.
  • B. Create an Amazon RDS database with Multi-AZ deployments.
  • C. Create an Amazon RDS database with Multi-AZ DB cluster deployment.
  • D. Create an Amazon RDS database configured with cross-Region read replicas.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Guru4Cloud
Highly Voted 1 year, 1 month ago
Selected Answer: C
RDS Multi-AZ DB cluster deployments provide high availability, automatic failover, and increased read capacity. A multi-AZ cluster automatically handles replicating data across AZs in a single region. This maintains operational efficiency as it is natively managed by RDS without needing external replication. DynamoDB global tables involve complex provisioning and requires app changes. RDS read replicas require manual setup and management of replication. RDS Multi-AZ clustering is purpose-built by AWS for HA PostgreSQL deployments and balancing read workloads.
upvoted 8 times
...
MatAlves
Most Recent 1 month ago
Selected Answer: C
"A Multi-AZ DB cluster deployment is a semisynchronous, high availability deployment mode of Amazon RDS with two readable replica DB instances."
upvoted 1 times
...
upliftinghut
8 months, 3 weeks ago
Selected Answer: C
multi-AZ addresses both HA & increased read capacity with synchronous data replication between main DB & standby. Read replica is not enough because only increased read capacity not enabling HA, besides the data replication is async
upvoted 1 times
...
awsgeek75
9 months, 1 week ago
Selected Answer: C
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html "A Multi-AZ DB cluster deployment is a semisynchronous, high availability deployment mode of Amazon RDS with two readable standby DB instances" A: DynamoDB is not Postgres B: Although HA is achieve but it does not increase the read capacity as much as C without additional operational complexity D: Cross region is not a requirement and won't solve the same region HA or read issues
upvoted 1 times
...
aws94
10 months, 1 week ago
Selected Answer: C
Multi-AZ DB Cluster Deployment = Aurora
upvoted 1 times
...
TariqKipkemei
10 months, 4 weeks ago
Selected Answer: C
Multi-AZ DB cluster deployments provides two readable DB instances if you need additional read capacity
upvoted 1 times
...
potomac
11 months, 2 weeks ago
Selected Answer: C
C is correct
upvoted 1 times
...
avkya
1 year, 2 months ago
Selected Answer: C
Multi-AZ DB clusters provide high availability, increased capacity for read workloads, and lower write latency when compared to Multi-AZ DB instance deployments.
upvoted 1 times
...
mrsoa
1 year, 2 months ago
Selected Answer: C
CCCCCCCCCcCCcCcCCCCccccCc
upvoted 1 times
...
luiscc
1 year, 2 months ago
Selected Answer: C
DB cluster deployment can scale read workloads by adding read replicas. This provides increased capacity for read workloads without impacting the write workload.
upvoted 4 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 ...