Topic 1 Question 666
2 つ選択A startup company is hosting a website for its customers on an Amazon EC2 instance. The website consists of a stateless Python application and a MySQL database. The website serves only a small amount of traffic. The company is concerned about the reliability of the instance and needs to migrate to a highly available architecture. The company cannot modify the application code.
Which combination of actions should a solutions architect take to achieve high availability for the website?
Provision an internet gateway in each Availability Zone in use.
Migrate the database to an Amazon RDS for MySQL Multi-AZ DB instance.
Migrate the database to Amazon DynamoDB, and enable DynamoDB auto scaling.
Use AWS DataSync to synchronize the database data across multiple EC2 instances.
Create an Application Load Balancer to distribute traffic to an Auto Scaling group of EC2 instances that are distributed across two Availability Zones.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: BE
To achieve high availability for the website, Migrate the database to an Amazon RDS for MySQL Multi-AZ DB instance and Create an Application Load Balancer to distribute traffic to an Auto Scaling group of EC2 instances that are distributed across two Availability Zones.
👍 4TariqKipkemei2023/12/11 A. no failed over mechanism C. DynamoDB is no SQL, cannot use with MySQL D. Not HA, just sync/replication tools.
Answer BE.
👍 2Cyberkayu2023/12/20
シャッフルモード