AWS Certified DevOps Engineer – Professional — Question 183

A company publishes application logs to an Amazon CloudWatch Logs log group in the us-east-1 Region. The company needs to export the logs from us-east-1 to the us-west-2 Region on a weekly basis. The logs must be encrypted in both Regions.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

Option D is correct because it uses AWS KMS for encryption, which is more secure than SSE-S3, fulfilling the encryption requirement in both regions. The other options either do not use KMS for encryption or do not correctly account for transferring logs to the us-west-2 Region with the necessary encryption and setup.