Page 1 of 1

A network architect is in the process of developing a website. It includes AWS-hosted web, application, and database lev

Posted: Thu Jul 21, 2022 9:59 pm
by answerhappygod
A network architect is in the process of developing a website. It includes AWS-hosted web, application, and database levels. Amazon DynamoDB is used to power this website.

Which design will expose the backend instances to the public as little as possible?

A. A VPC with public subnets for the NLB, public subnets for the web tier, private subnets for the application tier, and private subnets for DynamoDB.
B. A VPC with public subnets for the ALB, private subnets for the web tier, and private subnets for the application tier. The application tier connects DynamoDB through a VPC endpoint. Most Voted
C. A VPC with public subnets for the ALB, public subnets for the web tier, private subnets for the application tier, and private subnets for DynamoDB.
D. A VPC with public subnets for the NLB, private subnets for the web tier, and public subnets for the application tier. The application tier connects DynamoDB through a VPC endpoint.