A financial services company is deploying an application on AWS. The application will store credit card transactions in an Amazon S3 bucket and use Amazon RDS for MySQL to manage active customer accounts. The company's compliance policy requires all data to be encrypted at rest and encrypted in transit.
According to the AWS Shared Responsibility Model, which two of the following actions are the responsibility of the customer? (Select TWO.)
- Enabling server-side encryption (SSE) on the Amazon S3 bucketAnswer
- Configuring SSL/TLS connections for data transmitted to the Amazon RDS databaseAnswer
- CManaging the physical security of the hardware security modules (HSMs) that store AWS KMS keys
- DReplacing failed physical storage drives containing the encrypted RDS database volumes
- EProvisioning dedicated, single-tenant cryptographic hardware for AWS KMS keys
Answer
Enabling server-side encryption (SSE) on the Amazon S3 bucket and configuring SSL/TLS connections for data transmitted to the Amazon RDS database are the responsibilities of the customer.
Under the AWS Shared Responsibility Model, the customer is responsible for configuring data protection settings within AWS services. Enabling server-side encryption (SSE) on the Amazon S3 bucket protects data at rest, while configuring SSL/TLS connections for the Amazon RDS database protects data in transit. Both are customer-controlled configurations.
Step-by-Step Solution
Key Concept
Under the AWS Shared Responsibility Model, AWS manages security *of* the cloud (physical infrastructure, virtualization layer, and global infrastructure). The customer is responsible for security *in* the cloud, which includes data protection (encryption at rest and in transit) and access management.
| Area | Customer Responsibility (Security IN the Cloud) | AWS Responsibility (Security OF the Cloud) |
|---|---|---|
| Data at Rest | Enabling server-side encryption (SSE), managing customer master keys (CMKs) | Physical security of HSMs, media disposal, physical storage maintenance |
| Data in Transit | Configuring SSL/TLS, managing network traffic encryption | Maintaining the physical network and AWS global infrastructure |
Estimated Time:1m 30s