
Answer-first summary for fast verification
Answer: Amazon Lightsail
## Explanation Amazon Lightsail is the correct answer because it provides the **LEAST operational effort** for launching both a virtual machine (VM) and a MySQL database. ### Why Amazon Lightsail? - **Simplified Management**: Lightsail offers pre-configured bundles that include both compute instances (VMs) and databases, making deployment straightforward with minimal configuration. - **Integrated Services**: It combines virtual private servers (VPS), storage, and databases in a single, easy-to-use platform. - **Low Operational Overhead**: Unlike other services, Lightsail abstracts away much of the underlying infrastructure management, reducing the need for manual setup and maintenance. ### Comparison with Other Options: - **Amazon ECS**: Primarily for container orchestration, not ideal for VM and database deployment with minimal effort. - **AWS Elastic Beanstalk**: Focuses on application deployment and scaling, but requires more configuration for databases and VMs. - **Amazon EC2**: Provides raw virtual machines but requires manual setup for both the VM and MySQL database, resulting in higher operational effort. ### Key Takeaway: Lightsail is designed for simplicity and ease of use, making it the best choice for scenarios where minimizing operational effort is a priority.
Author: Ritesh Yadav
Ultimate access to all questions.
A software engineer wants to launch a virtual machine (VM) and MySQL database on AWS. Which AWS service will meet these requirements with the LEAST operational effort?
A
Amazon Elastic Container Service (Amazon ECS)
B
AWS Elastic Beanstalk
C
Amazon Lightsail
D
Amazon EC2
No comments yet.