🔥 3-day streak
AWS Certified Developer - Associate78 / 150
Question 78 of 150
A developer builds a Lambda function that stores encrypted customer records in DynamoDB using envelope encryption. When writing, the function calls KMS GenerateDataKey to get a plaintext data key and an encrypted data key, encrypts the record locally with the plaintext key, and stores both the ciphertext and the encrypted data key in DynamoDB. To later read a record, what must the function do to recover the plaintext?
Reviewed for accuracy · Report an issueNext question