ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

108 / 310

Question 108:

You’re building a distributed HPC system that will process large multi-GB files. The sensitive nature of the data in these files requires them to be encrypted. What steps are the best approach to use AWS KMS to satisfy the encryption requirement (Select TWO)?

Answer options:

A.Use GenerateDataKeyWithoutPlaintext API. Distribute the data key to system components.
B.Use Encrypt API to encrypt the data.
C.Use Decrypt API to decrypt the data key. Use the plaintext key to encrypt the data.
D.Use GenerateDataKey API for each component. Extract the plaintext data key.