A digital publishing company is storing sensitive author manuscripts in an Amazon S3 bucket. The company mandates the use of server-side encryption with AWS Key Management Service (SSE-KMS) to protect the data at rest. Under the AWS Shared Responsibility Model, which of the following security-related tasks is the responsibility of the customer?
- Defining and managing the key policies that control access to the encryption keysAnswer
- BManaging the physical security of the hardware security modules (HSMs) hosting the KMS service
- CPatching and maintaining the underlying operating systems of the KMS infrastructure
- DProvisioning a dedicated AWS CloudHSM instance to store the customer managed keys
Answer
Defining and managing the key policies that control access to the encryption keys
The correct answer is correct because configuring key policies determines who can access the keys, which is a customer-side configuration control under the Shared Responsibility Model.
Step-by-Step Solution
Key Concept
The AWS Shared Responsibility Model specifies that for managed services like AWS KMS, AWS manages the underlying infrastructure and physical security, while the customer manages access policies and key configurations.
Estimated Time:1m 15s