ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 459 - SAP-C02 discussion

Report
Export

A company runs an application in (he cloud that consists of a database and a website Users can post data to the website, have the data processed, and have the data sent back to them in an email Data is stored in a MySQL database running on an Amazon EC2 instance The database is running in a VPC with two private subnets The website is running on Apache Tomcat in a single EC2 instance in a different VPC with one public subnet There is a single VPC peering connection between the database and website VPC.

The website has suffered several outages during the last month due to high traffic

Which actions should a solutions architect take to increase the reliability of the application? (Select THREE.)

A.
Place the Tomcat server in an Auto Scaling group with multiple EC2 instances behind an Application Load Balancer
Answers
A.
Place the Tomcat server in an Auto Scaling group with multiple EC2 instances behind an Application Load Balancer
B.
Provision an additional VPC peering connection
Answers
B.
Provision an additional VPC peering connection
C.
Migrate the MySQL database to Amazon Aurora with one Aurora Replica
Answers
C.
Migrate the MySQL database to Amazon Aurora with one Aurora Replica
D.
Provision two NAT gateways in the database VPC.
Answers
D.
Provision two NAT gateways in the database VPC.
E.
Move the Tomcat server to the database VPC
Answers
E.
Move the Tomcat server to the database VPC
F.
Create an additional public subnet in a different Availability Zone in the website VPC
Answers
F.
Create an additional public subnet in a different Availability Zone in the website VPC
Suggested answer: A, C, F

Explanation:

Auto Scaling Group with Application Load Balancer:

Moving the Tomcat server to an Auto Scaling group ensures that the number of instances adjusts dynamically based on the traffic load. An Application Load Balancer (ALB) distributes incoming traffic across multiple instances, improving the application's reliability and availability.

Migrate to Amazon Aurora with Replica:

Migrating the MySQL database to Amazon Aurora and adding an Aurora Replica enhances the database's scalability and availability. Aurora is optimized for performance, and replicas help distribute read traffic, reducing the load on the primary instance.

Additional Public Subnet:

Creating an additional public subnet in a different Availability Zone enhances fault tolerance. This ensures that the website remains accessible even if one Availability Zone experiences issues.

Reference

AWS Well-Architected Framework

Amazon Aurora Documentation

asked 16/09/2024
olanrewaju malomo
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first