A startup is deploying a containerized microservices application using Amazon ECS on AWS Fargate. Under the AWS Shared Responsibility Model, which of the following tasks are the responsibility of the customer? (Select TWO.)
- Defining container task settings, including specifying the container images and CPU/memory allocations.Answer
- Configuring security groups to control network traffic to the container tasks.Answer
- CPatching the underlying host operating systems and hypervisors that run the containers.
- DConfiguring stateless Network Access Control Lists (Network ACLs) at the container level to secure individual tasks.
- ERequesting third-party compliance certificates for the physical data centers by opening a support ticket.
Answer
The customer is responsible for defining container task settings (such as specifying container images and resource allocations) and configuring security groups to control traffic to the tasks.
Under the AWS Shared Responsibility Model for serverless containers using Amazon ECS on AWS Fargate, AWS manages the underlying infrastructure, physical hosts, and host operating system patching. The customer is responsible for configuring the container task definitions (specifying the image, CPU, and memory) and setting up security groups to control network traffic to the tasks.
Step-by-Step Solution
Key Concept
Shared Responsibility Model
Estimated Time:1m 0s