
Answer-first summary for fast verification
Answer: Use public and private subnets, with the web tier in public subnets and the application and database tiers in private subnets
The recommended strategy for network segmentation in this scenario is to use public and private subnets, with the web tier in public subnets (accessible from the internet) and the application and database tiers in private subnets (not accessible from the internet). This isolates the sensitive components from direct internet access while allowing the web tier to be publicly accessible.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company has a multi-tier web application hosted in a VPC. They want to implement network segmentation to isolate the web tier from the application tier and the database tier for security purposes. What is the recommended strategy for network segmentation in this scenario?
A
Use a single public subnet for all tiers
B
Use a single private subnet for all tiers
C
Use public and private subnets, with the web tier in public subnets and the application and database tiers in private subnets
D
Use separate private subnets for each tier
No comments yet.