Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a developer implement symmetric encryption within an application for files to be uploaded to an Amazon S3 bucket, ensuring encryption is performed prior to the upload?
A
Generate a data key using AWS KMS and encrypt files with a specified SDK.
B
Generate an HMAC key using AWS KMS and encrypt files with a specified SDK.
C
Generate a data key pair using AWS KMS and encrypt files with a specified CLI tool.
D
Generate a data key using AWS KMS and encrypt files with a specified CLI tool.