
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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
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.
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.
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.
Lightsail is designed for simplicity and ease of use, making it the best choice for scenarios where minimizing operational effort is a priority.