Which of the following is the main benefit of using container services like Amazon ECS or EKS on AWS?
Think about what container services help you avoid managing directly.
Container services let you run and manage containers without worrying about the underlying servers or infrastructure.
You want to run containerized applications on AWS. Which service should you choose if you want to use Kubernetes features?
Which service is built to run Kubernetes clusters?
Amazon EKS is a managed Kubernetes service, while ECS is AWS's own container orchestration service.
Which AWS feature helps isolate container workloads to improve security?
Think about how permissions can be assigned specifically to containers.
IAM roles for tasks allow assigning permissions directly to containers, isolating their access.
What is the main way AWS Fargate changes how you deploy containers?
Consider what Fargate manages for you behind the scenes.
Fargate lets you run containers without provisioning or managing servers or clusters.
You want to optimize costs when running containers on AWS. Which approach is best?
Think about matching resources to demand and avoiding waste.
Right-sizing and auto scaling with Fargate helps reduce costs by using only needed resources.