0 votes
in AWS by

A Developer is working on an application that handles 10MB documents that contain highly-sensitive data. The application will use AWS KMS to perform client- side encryption.
What steps must be followed?

  • A. Invoke the Encrypt API passing the plaintext data that must be encrypted, then reference the customer managed key ARN in the KeyId parameter
  • B. Invoke the GenerateRandom API to get a data encryption key, then use the data encryption key to encrypt the data
  • C. Invoke the GenerateDataKey API to retrieve the encrypted version of the data encryption key to encrypt the data
  • D. Invoke the GenerateDataKey API to retrieve the plaintext version of the data encryption key to encrypt the data

1 Answer

0 votes
by

Correct answer is :- 

  • D. Invoke the GenerateDataKey API to retrieve the plaintext version of the data encryption key to encrypt the data.

Related questions

0 votes
asked Feb 28 in AWS by DavidAnderson
0 votes
asked Mar 5 in AWS by DavidAnderson
...