Topic 1 Question 7
A company is running and managing its own Docker environment on Amazon EC2 instances. The company wants an alternative to help manage cluster size, scheduling, and environment maintenance. Which AWS service meets these requirements?
AWS Lambda
Amazon RDS
AWS Fargate
Amazon Athena
ユーザの投票
コメント(17)
The Anaswer is C, AWS Fargate AWS Fargate: A technology that you can use with Amazon ECS to run containers without having to manage servers or clusters of Amazon EC2 instances. AWS Lambda: A serverless service to enable developers to run code without provisioning. AWS RDS : Fully managed relational database service. AWS Athena: An interactive query service that makes it simple to analyze data directly in Amazon S3 using standard SQL.
👍 18BobFar2024/02/10- 正解だと思う選択肢: C
AWS Fargate is a serverless compute engine for containers that lets you run containers without managing the underlying infrastructure. It simplifies the process of managing clusters, scheduling tasks, and handling environment maintenance for containerized applications. With AWS Fargate, you only need to focus on your containers and applications, and AWS takes care of the underlying infrastructure. This makes it a suitable alternative for companies looking to simplify container management on Amazon EC2 instances.
👍 6TheFivePips2024/09/21 - 正解だと思う選択肢: C
https://docs.aws.amazon.com/AmazonECS/latest/userguide/what-is-fargate.html
AWS Fargate is a technology that you can use with Amazon ECS to run containers without having to manage servers or clusters of Amazon EC2 instances. With Fargate, you no longer have to provision, configure, or scale clusters of virtual machines to run containers. This removes the need to choose server types, decide when to scale your clusters, or optimize cluster packing.
👍 4BShelat2024/01/05
シャッフルモード