
Answer-first summary for fast verification
Answer: Amazon Elastic Container Service (Amazon ECS) on Fargate
Amazon Elastic Container Service (Amazon ECS) on Fargate - Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster. You can host your cluster on a serverless infrastructure that is managed by Amazon ECS by launching your services or tasks using the Fargate launch type. AWS Fargate is a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). Fargate makes it easy for you to focus on building your applications. Fargate removes the need to provision and manage servers, lets you specify and pay for resources per application, and improves security through application isolation by design.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company has decided to transition from reserving EC2 instances to adopting a more agile serverless architecture. In line with this shift, the team needs to deploy Docker containers efficiently without substantial effort.
Among the available options, what is the simplest and least effort approach to deploying Docker containers on this new serverless architecture?
A
AWS Elastic Beanstalk
B
Amazon Elastic Kubernetes Service (Amazon EKS) on Fargate
C
Amazon Elastic Container Service (Amazon ECS) on EC2
D
Amazon Elastic Container Service (Amazon ECS) on Fargate
No comments yet.