
Answer-first summary for fast verification
Answer: Use separate public subnets for web servers and private subnets for payment systems
The best practice for network segmentation in a VPC is to use separate public subnets for public-facing components like web servers and private subnets for sensitive back-end systems like payment processing to enhance security.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A retail company wants to design a VPC for their new e-commerce platform that separates the public-facing web servers from the internal payment processing system. What is the best practice for achieving this network segmentation?
A
Use a single public subnet for all components
B
Place all components in private subnets and use NAT gateways
C
Use separate public subnets for web servers and private subnets for payment systems
D
Use a VPN to connect web servers and payment systems
No comments yet.