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 711 discussion

An ecommerce company runs its application on AWS. The application uses an Amazon Aurora PostgreSQL cluster in Multi-AZ mode for the underlying database. During a recent promotional campaign, the application experienced heavy read load and write load. Users experienced timeout issues when they attempted to access the application.

A solutions architect needs to make the application architecture more scalable and highly available.

Which solution will meet these requirements with the LEAST downtime?

  • A. Create an Amazon EventBridge rule that has the Aurora cluster as a source. Create an AWS Lambda function to log the state change events of the Aurora cluster. Add the Lambda function as a target for the EventBridge rule. Add additional reader nodes to fail over to.
  • B. Modify the Aurora cluster and activate the zero-downtime restart (ZDR) feature. Use Database Activity Streams on the cluster to track the cluster status.
  • C. Add additional reader instances to the Aurora cluster. Create an Amazon RDS Proxy target group for the Aurora cluster.
  • D. Create an Amazon ElastiCache for Redis cache. Replicate data from the Aurora cluster to Redis by using AWS Database Migration Service (AWS DMS) with a write-around approach.
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
Marunio
Highly Voted 8 months ago
Selected Answer: C
Only C is real viable option - Adding Reader replica for handling Read load and RDS Proxy for connections.
upvoted 6 times
...
MatAlves
Most Recent 4 weeks ago
Selected Answer: C
C - Explanation below:
upvoted 1 times
...
MatAlves
4 weeks ago
A - "Lambda function to log state changes" - doesn't help with read/write load. B - ZDR applies to restarts that Aurora performs automatically to resolve error conditions: doesn't help with read/write load. D - Write-around approach: data is always written to the database and the data that is read goes to the cache. Doesn't help with read/write load. C - CORRECT. Even though it doesn't address "write operations", Aurora Replicas to offload read workloads from the primary DB instance. Amazon RDS Proxy allows applications to pool and share connections established with the database, improving database efficiency and application scalability.
upvoted 2 times
...
Scheldon
3 months, 2 weeks ago
Selected Answer: C
AnswerC. Proxy should help with the problem
upvoted 1 times
...
alawada
6 months, 3 weeks ago
Selected Answer: C RDX proxy to handle timeout issue
upvoted 1 times
...
xBUGx
7 months ago
Selected Answer: C
I go with C bc there is no better option
upvoted 3 times
...
jaswantn
8 months, 1 week ago
RDX proxy to handle timeout issue. option C
upvoted 1 times
...
Andy_09
8 months, 1 week ago
I would go for option C
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 ...