SAA-C03 Exam QuestionsBrowse all questions from this exam

SAA-C03 Exam - Question 693


A company has a web application that includes an embedded NoSQL database. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances run in an Amazon EC2 Auto Scaling group in a single Availability Zone.

A recent increase in traffic requires the application to be highly available and for the database to be eventually consistent.

Which solution will meet these requirements with the LEAST operational overhead?

Show Answer
Correct Answer: AD

The goal is to ensure high availability for the application and database with the least operational overhead. Modifying the Auto Scaling group to use instances across three Availability Zones distributes the load and ensures application availability even if one zone fails. Migrating the embedded NoSQL database to Amazon DynamoDB provides a managed solution that is highly available and eventually consistent, eliminating the operational overhead of managing and replicating the database across EC2 instances. DynamoDB's managed nature and built-in high availability features align well with the requirement to keep operational overhead low.

Discussion

9 comments
Sign in to comment
Andy_09
Feb 5, 2024

The correct option should be D

KezukoOption: D
Mar 19, 2024

ASG for application HA + DynamoDB Scale for HA

Cali182Option: D
Feb 7, 2024

Dynamo DB presents more advantages, because it would need less administrative effort

1Alpha1Option: D
Feb 12, 2024

DynamoDB + Modifying the Auto Scaling group

NayeraB
Feb 19, 2024

But wouldn't migrating an embedded database to a new one introduce operational overhead now and in the future?

rubiteb
Feb 27, 2024

B as it's highly available and has less operational overhead than D.

dkw2342
Mar 24, 2024

ALB -> NLB makes no sense and solution lacks HA for the app layer.

TruthWS
Mar 26, 2024

Option D: let focus on HA + Scaling

HTHK
May 9, 2024

DDDDDDDDDDDDDDDDDD

freedafeng
Jul 21, 2024

I honestly don't think you can use db Migration service to migrate an embedding db.