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

A company is migrating its multi-tier on-premises application to AWS. The application consists of a single-node MySQL database and a multi-node web tier. The company must minimize changes to the application during the migration. The company wants to improve application resiliency after the migration.

Which combination of steps will meet these requirements? (Choose two.)

  • A. Migrate the web tier to Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer.
  • B. Migrate the database to Amazon EC2 instances in an Auto Scaling group behind a Network Load Balancer.
  • C. Migrate the database to an Amazon RDS Multi-AZ deployment.
  • D. Migrate the web tier to an AWS Lambda function.
  • E. Migrate the database to an Amazon DynamoDB table.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
meenkaza
Highly Voted 9 months, 3 weeks ago
Selected Answer: AC
Web Tier Migration (Option A): Migrating the web tier to Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB) provides horizontal scalability, automatic scaling, and improved resiliency. Auto Scaling helps in managing and maintaining the desired number of EC2 instances based on demand, and the ALB distributes incoming traffic across multiple instances. Database Migration to Amazon RDS Multi-AZ (Option C): Migrating the database to Amazon RDS in a Multi-AZ deployment provides high availability and automatic failover. In a Multi-AZ deployment, Amazon RDS maintains a standby replica in a different Availability Zone, and in the event of a failure, it automatically promotes the replica to the primary instance. This enhances the resiliency of the database.
upvoted 11 times
...
pentium75
Highly Voted 9 months, 2 weeks ago
Selected Answer: AC
A - ALB is ideal for web application B - NLB would work too but ALB is better C - same functionality as on-premises just with 'improved resiliency' D - would require significant "changes to the application" E - would require significant "changes to the application"
upvoted 5 times
...
fea9bdf
Most Recent 9 months, 2 weeks ago
Also Dynamo DB is noSQL, that can not be an option here
upvoted 3 times
...
Naijaboy99
9 months, 3 weeks ago
option A C
upvoted 1 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 ...