AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 162

A company has an order processing system that needs to keep credit card numbers encrypted. The company's customer-facing application runs as an Amazon Elastic Container Service (Amazon ECS) service behind an Application Load Balancer (ALB) in the us-west-2 Region. An Amazon CloudFront distribution is configured with the ALB as the origin. The company uses a third-party trusted certificate authority to provision its certificates.

The company is using HTTPS for encryption in transit. The company needs additional field-level encryption to keep sensitive data encrypted during processing so that only certain application components can decrypt the sensitive data.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Option B is correct because it involves importing the third-party certificate for the ALB into ACM in the correct region and ensures that the ALB is associated with this certificate. Option E is also correct as it involves using the public key for field-level encryption and linking it to the cache behavior for POST requests. Options A, C, and D are incorrect as they either do not follow the regional requirements for ACM or do not use the correct key type for field-level encryption.