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

A company has a regional subscription-based streaming service that runs in a single AWS Region. The architecture consists of web servers and application servers on Amazon EC2 instances. The EC2 instances are in Auto Scaling groups behind Elastic Load Balancers. The architecture includes an Amazon Aurora global database cluster that extends across multiple Availability Zones.

The company wants to expand globally and to ensure that its application has minimal downtime.

Which solution will provide the MOST fault tolerance?

  • A. Extend the Auto Scaling groups for the web tier and the application tier to deploy instances in Availability Zones in a second Region. Use an Aurora global database to deploy the database in the primary Region and the second Region. Use Amazon Route 53 health checks with a failover routing policy to the second Region.
  • B. Deploy the web tier and the application tier to a second Region. Add an Aurora PostgreSQL cross-Region Aurora Replica in the second Region. Use Amazon Route 53 health checks with a failover routing policy to the second Region. Promote the secondary to primary as needed.
  • C. Deploy the web tier and the application tier to a second Region. Create an Aurora PostgreSQL database in the second Region. Use AWS Database Migration Service (AWS DMS) to replicate the primary database to the second Region. Use Amazon Route 53 health checks with a failover routing policy to the second Region.
  • D. Deploy the web tier and the application tier to a second Region. Use an Amazon Aurora global database to deploy the database in the primary Region and the second Region. Use Amazon Route 53 health checks with a failover routing policy to the second Region. Promote the secondary to primary as needed.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TariqKipkemei
Highly Voted 1 year, 2 months ago
Selected Answer: D
Auto Scaling groups can span Availability Zones, but not AWS regions. Hence the best option is to deploy the web tier and the application tier to a second Region. Use an Amazon Aurora global database to deploy the database in the primary Region and the second Region. Use Amazon Route 53 health checks with a failover routing policy to the second Region. Promote the secondary to primary as needed.
upvoted 19 times
...
awsgeek75
Most Recent 9 months, 1 week ago
Selected Answer: D
A: Not possible for autoscaling across regions BC: Using PostgreSQL, not sure why? D: MOST fault tolerant != MOST scalable. This gives least downtime.
upvoted 3 times
...
potomac
11 months, 2 weeks ago
Selected Answer: D
EC2 Auto Scaling groups are regional constructs. They can span Availability Zones, but not AWS regions
upvoted 2 times
...
thanhnv142
12 months ago
527: D is correct: - B & C is not correct because it mentions Aurora PostgreSQL which is not mentioned in the question - A is not correct because Auto scaling group can not span regions
upvoted 3 times
wsdasdasdqwdaw
11 months, 3 weeks ago
Simple as that.
upvoted 1 times
...
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: D
Using an Aurora global database that spans both the primary and secondary regions provides automatic replication and failover capabilities for the database tier. Deploying the web and application tiers to a second region provides fault tolerance for those components. Using Route53 health checks and failover routing will route traffic to the secondary region if the primary region becomes unavailable. This provides fault tolerance across all tiers of the architecture while minimizing downtime. Promoting the secondary database to primary ensures the second region can continue operating if needed. A is close, but doesn't provide an automatic database failover capability. B and C provide database replication, but not automatic failover. So D is the most comprehensive and fault tolerant architecture.
upvoted 3 times
...
Zox42
1 year, 3 months ago
Selected Answer: D
Answer D
upvoted 1 times
...
Zuit
1 year, 3 months ago
Selected Answer: D
D seems fitting: Global Databbase and deploying it in the new region
upvoted 1 times
...
MrAWSAssociate
1 year, 3 months ago
Selected Answer: B
B is correct!
upvoted 1 times
manuh
1 year, 3 months ago
Replicated db doesnt mean they will act as a single db once the transfer is completed. Global db is the correct approach
upvoted 2 times
...
...
r3mo
1 year, 4 months ago
"D" is the answer: because Aws Aurora Global Database allows you to read and write from any region in the global cluster. This enables you to distribute read and write workloads globally, improving performance and reducing latency. Data is replicated synchronously across regions, ensuring strong consistency.
upvoted 3 times
...
Henrytml
1 year, 4 months ago
Selected Answer: A
A is the only answer remain using ELB, both Web/App/DB has been taking care with replicating in 2nd region, lastly route 53 for failover over multiple regions
upvoted 1 times
Henrytml
1 year, 4 months ago
i will revoke my answer to standby web in 2nd region, instead of trigger to scale out
upvoted 1 times
...
manuh
1 year, 3 months ago
also Asg cant span beyond a region
upvoted 1 times
...
...
alexandercamachop
1 year, 4 months ago
Selected Answer: D
B&C are discarted. The answer is between A and D. I would go with D because it explicitley created this web / app tier in second region, instead A just autoscales into a secondary region, rather then always having resources in this second region.
upvoted 3 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 ...