A travel booking platform is deploying a new application on AWS. To secure customer reservation records, the platform needs to encrypt data at rest within its storage services. The security team wants to use a fully managed service that creates and controls the cryptographic keys, rather than renting dedicated, single-tenant cryptographic hardware. Which AWS service is designed to meet this requirement?
- AAWS CloudHSM
- AWS Key Management Service (AWS KMS)Answer
- CAWS Secrets Manager
- DAWS Artifact
Answer
AWS Key Management Service (AWS KMS)
AWS Key Management Service (AWS KMS) is a fully managed, multi-tenant service that allows customers to easily create, manage, and control cryptographic keys. Because it is a multi-tenant service, the underlying hardware security modules are shared, making it the correct match for the scenario's requirements.
Step-by-Step Solution
Key Concept
AWS Key Management Service (AWS KMS) provides fully managed, multi-tenant cryptographic key management for encrypting data at rest.