AWS Certified Security – Specialty — Question 96

A Security Engineer for a large company is managing a data processing application used by 1,500 subsidiary companies. The parent and subsidiary companies all use AWS. The application uses TCP port 443 and runs on Amazon EC2 behind a Network Load Balancer (NLB). For compliance reasons, the application should only be accessible to the subsidiaries and should not be available on the public internet. To meet the compliance requirements for restricted access, the Engineer has received the public and private CIDR block ranges for each subsidiary.
What solution should the Engineer use to implement the appropriate access restrictions for the application?

Answer options

Correct answer: C

Explanation

The correct answer is C because AWS PrivateLink allows secure access to services across VPCs without exposing them to the public internet, which meets the compliance requirement. Option A does not provide a secure, private connection as it exposes the NLB and EC2 to the public internet. Option B offers access control but does not utilize PrivateLink for enhanced security. Option D fails to restrict access adequately as it does not incorporate the NLB or PrivateLink.