A logistics company is containerizing its route-optimization API and deploying it using Amazon Elastic Container Service (Amazon ECS) with the AWS Fargate launch type. The security team is establishing operational workflows to comply with the AWS Shared Responsibility Model. Which of the following tasks remains the sole responsibility of the customer in this deployment model?
- AConfiguring stateless Network Access Control Lists (NACLs) directly at the individual ECS task level to define container-to-container boundary controls.
- Updating and patching the application libraries, dependencies, and base operating system files packaged inside the container image.Cevap
- CApplying security updates and operating system patches to the underlying physical hosts and hypervisors that run the container tasks.
- DSubmitting physical data center access requests directly to AWS compliance auditors to verify SOC 2 Type II compliance reports.
Cevap
Updating and patching the application libraries, dependencies, and base operating system files packaged inside the container image.
Under the AWS Shared Responsibility Model for AWS Fargate, AWS manages the physical security, hardware, virtualization hypervisor, and the host operating system. The customer remains fully responsible for everything inside the container, including application code, configuration settings, and patching the packages, libraries, and base operating system files included inside the container image itself.
Adım Adım Çözüm
Anahtar Kavram
Under the Shared Responsibility Model for AWS Fargate, the customer is responsible for security 'in' the container (such as patching the container image layers and configuration), while AWS is responsible for security 'of' the container host, virtualization, and physical infrastructure.
Tahmini Süre:2m 0s