A healthcare technology company is hosting its customer portal on AWS. The static frontend files are stored in an Amazon S3 bucket, and the backend application is exposed via Amazon API Gateway. Under the AWS Shared Responsibility Model, which of the following security tasks are the responsibility of the customer? (Select TWO.)
- Configuring bucket policies and access control lists (ACLs) to restrict access to the static web assetsAnswer
- Configuring API Gateway resource policies and authorization to control access to the backend APIsAnswer
- CApplying operating system patches to the servers running the Amazon S3 storage service
- DManaging the physical security and access controls of the data centers where the API Gateway is deployed
- EEnsuring the physical destruction of decommissioned hard drives that stored the patient data
Answer
The customer is responsible for configuring S3 bucket policies and access control lists (ACLs) to secure static web assets, as well as configuring API Gateway resource policies and authorization settings to control API access.
Under the AWS Shared Responsibility Model, the customer is responsible for security 'in' the cloud, which includes managing identity and access management (IAM), data classification, and configuring resource-specific access controls. For Amazon S3, this entails setting up bucket policies and ACLs. For Amazon API Gateway, this involves establishing authorization methods and resource policies to control API invocation.
Step-by-Step Solution
Key Concept
AWS Shared Responsibility Model
Estimated Time:1m 30s