ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 562 - SAA-C03 discussion

Report
Export

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? (Select TWO.)

A.
Migrate the web tier to Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer.
Answers
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.
Answers
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.
Answers
C.
Migrate the database to an Amazon RDS Multi-AZ deployment.
D.
Migrate the web tier to an AWS Lambda function.
Answers
D.
Migrate the web tier to an AWS Lambda function.
E.
Migrate the database to an Amazon DynamoDB table.
Answers
E.
Migrate the database to an Amazon DynamoDB table.
Suggested answer: A, C

Explanation:

An Auto Scaling group is a collection of EC2 instances that share similar characteristics and can be scaled in or out automatically based on demand. An Auto Scaling group can be placed behind an Application Load Balancer, which is a type of Elastic Load Balancing load balancer that distributes incoming traffic across multiple targets in multiple Availability Zones. This solution will improve the resiliency of the web tier by providing high availability, scalability, and fault tolerance. An Amazon RDS Multi-AZ deployment is a configuration that automatically creates a primary database instance and synchronously replicates the data to a standby instance in a different Availability Zone. When a failure occurs, Amazon RDS automatically fails over to the standby instance without manual intervention. This solution will improve the resiliency of the database tier by providing data redundancy, backup support, and availability. This combination of steps will meet the requirements with minimal changes to the application during the migration.

1 describes the concept and benefits of an Auto Scaling group.

2 provides an overview of Application Load Balancers and their benefits.

3explains how Amazon RDS Multi-AZ deployments work and their benefits.

asked 16/09/2024
Jaime GONCALVES
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first