AWS Certified Solutions Architect – Professional — Question 430

A company is deploying a public-facing global application on AWS using Amazon CloudFront. The application communicates with an external system. A solutions architect needs to ensure the data is secured during end-to-end transit and at rest.
Which combination of steps will satisfy these requirements? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

To secure data in transit end-to-end, a public certificate from AWS Certificate Manager (ACM) must be deployed across CloudFront, the Application Load Balancer, and the backend EC2 instances (Option A). For securing data at rest, utilizing AWS KMS to provision encrypted Amazon EBS volumes alongside explicit application-level encryption ensures comprehensive protection (Option C). Finally, securing communication with the external system requires using SSL or encrypting the data payload itself over a VPN connection to guarantee secure transit outside the AWS network (Option E).