CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 108: AWS Certified Developer - Associate DVA-C02(New)

An application under development is required to store hundreds of video files. The data must be encrypted within the application prior to storage, with a unique key for each video file. How should the developer code the application?

Nội dung câu hỏi

An application under development is required to store hundreds of video files. The data must be encrypted within the application prior to storage, with a unique key for each video file. How should the developer code the application?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Use the KMS Encrypt API to encrypt the data. Store the encrypted data key and data.
  2. B. Use a cryptography library to generate an encryption key for the application. Use the encryption key to encrypt the data. Store the encrypted data.
  3. C. Use the KMS GenerateDataKey API to get a data key. Encrypt the data with the data key. Store the encrypted data key and data. — đáp án hiện tại
  4. D. Upload the data to an S3 bucket using server side-encryption with an AWS KMS key.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề