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?
Amazon Elastic Container Service (Amazon ECS)
AWS Elastic Beanstalk
Amazon Lightsail
Amazon EC2
Explanations:
Amazon ECS is primarily for containerized applications, which requires more setup for a VM and MySQL.
AWS Elastic Beanstalk can handle application deployment but is more complex than needed for a VM and MySQL.
Amazon Lightsail is designed for simplicity, providing an easy way to set up a VM and MySQL with minimal effort.
Amazon EC2 can run a VM, but it requires more configuration and management compared to Amazon Lightsail.