Practice free →
HomeAWS Solutions Architect Associatecloudcomputingsecurearchitectures › Which combination implements defense-in-depth ne…

Which combination implements defense-in-depth network segmentation inside a VPC for a public-facing 3-tier web app?

ANo subnets — every workload in one VPC root network with no firewalls
BAll tiers in private subnets with the database accessible from the public internet
CAll EC2 instances in a single public subnet with no security groups
DPublic subnets host the ALB; private subnets host web/app tier behind NAT; an isolated subnet hosts the DB with security groups allowing only the app tier
Answer & Solution
Correct answer: D. Public subnets host the ALB; private subnets host web/app tier behind NAT; an isolated subnet hosts the DB with security groups allowing only the app tier
The standard 3-tier VPC layout: public subnets for ELB, private subnets for app servers (egress via NAT), database subnet locked down with tight security group rules. The other options collapse tiers or expose the DB.
Solve this in the app — AWS Solutions Architect Associate practice & 24k+ MCQs →
Related questions