ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 343 - CLF-C02 discussion

Report
Export

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)
Answers
A.
Amazon Elastic Container Service (Amazon ECS)
B.
AWS Elastic Beanstalk
Answers
B.
AWS Elastic Beanstalk
C.
Amazon Lightsail
Answers
C.
Amazon Lightsail
D.
Amazon EC2
Answers
D.
Amazon EC2
Suggested answer: B

Explanation:

AWS Elastic Beanstalk is a service that enables you to quickly deploy and manage applications in the AWS Cloud without worrying about the infrastructure that runs those applications. You simply upload your application, and Elastic Beanstalk automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring. Elastic Beanstalk supports several platform configurations for Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker web applications that can run on familiar servers such as Apache, Nginx, Passenger, and IIS. You can also use Elastic Beanstalk to launch a virtual machine (VM) and MySQL database on AWS with the least operational effort. Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service that enables you to easily run, scale, and secure Docker containerized applications on AWS.

However, it requires more operational effort than Elastic Beanstalk, as you need to define your application architecture and the specifications of the containers that run it. Amazon Lightsail is an easy-to-use cloud platform that offers everything you need to build an application or website, plus a cost-effective, monthly plan. It is designed for developers who have little or no prior cloud experience and want to launch and manage applications on AWS with minimal complexity. However, it does not support MySQL databases, and it requires more operational effort than Elastic Beanstalk, as you need to configure your VM and database settings. Amazon EC2 is a web service that provides secure, resizable compute capacity in the cloud. It allows you to launch a virtual machine (VM) and MySQL database on AWS, but it requires the most operational effort, as you need to provision, monitor, and manage your EC2 instances and database.

asked 16/09/2024
Vishal Gandhi
33 questions
User
Your answer:
1 comments
Sorted by
Up
0
Down
User
bhargav

Edited 7 days ago

amazon lightsail

Reply
Reply
Report