Topic 1 Question 237
A developer is writing an application to encrypt files outside of AWS before uploading the files to an Amazon S3 bucket. The encryption must be symmetric and must be performed inside the application.
How can the developer implement the encryption in the application to meet these requirements?
Create a data key in AWS Key Management Service (AWS KMS). Use the AWS Encryption SDK to encrypt the files.
Create a Hash-Based Message Authentication Code (HMAC) key in AWS Key Management Service (AWS KMS). Use the AWS Encryption SDK to encrypt the files.
Create a data key pair in AWS Key Management Service (AWS KMS). Use the AWS CLI to encrypt the files.
Create a data key in AWS Key Management Service (AWS KMS). Use the AWS CLI to encrypt the files.
ユーザの投票
コメント(3)
A. Create a data key in AWS Key Management Service (AWS KMS). Use the AWS Encryption SDK to encrypt the files.
👍 2Claire_KMT2023/10/28- 正解だと思う選択肢: A
C and D cannot make it within the application.
👍 2Jing20232023/10/28 - 正解だと思う選択肢: A
AAAAAA
👍 1Certified1012023/12/16
シャッフルモード