A financial organization is deploying a microservices-based application using Amazon Elastic Container Service (Amazon ECS) on AWS Fargate. Under the AWS Shared Responsibility Model, which of the following are responsibilities of the customer? (Select TWO.)
- Configuring security group rules to control inbound and outbound network traffic to the containerized servicesAnswer
- Defining Identity and Access Management (IAM) task roles to restrict what AWS resources the containerized applications can accessAnswer
- CPatching the operating system hosting the container runtime daemon
- DReplacing faulty physical servers that support the container infrastructure
- EMaintaining the virtualization layer that isolates container tasks
Answer
The customer is responsible for configuring security group rules to control network traffic and defining IAM task roles to restrict container access to AWS resources.
Under the AWS Shared Responsibility Model, the customer is responsible for security 'in' the cloud. When using AWS Fargate, this includes defining IAM task roles to govern application-level access to other AWS resources, and configuring security group rules to control inbound and outbound network traffic to the containerized service.
Step-by-Step Solution
Key Concept
Shared Responsibility Model
Estimated Time:1m 30s