
Ultimate access to all questions.
You are tasked with ensuring data encryption and masking for a healthcare application that stores patient records in AWS. Describe the steps you would take to secure this data using AWS services, including the configuration of encryption keys and the application of masking techniques.
A
Use AWS KMS to create and manage encryption keys and apply masking rules using AWS Config.
B
Encrypt the data at rest using AWS KMS and apply masking rules using AWS Lambda functions.
C
Deploy AWS Glue to transform the data into an anonymized format and store it in a separate S3 bucket.
D
Use AWS Certificate Manager to provision and manage TLS certificates for data encryption.