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? (Choose two.)
AProvision an internet gateway in each Availability Zone in use.
BMigrate the database to an Amazon RDS for MySQL Multi-AZ DB instance.
CMigrate the database to Amazon DynamoDB, and enable DynamoDB auto scaling.
DUse AWS DataSync to synchronize the database data across multiple EC2 instances.
ECreate an Application Load Balancer to distribute traffic to an Auto Scaling group of EC2 instances that are distributed across two Availability Zones.