AWS VPC Networking
Design and configure secure VPC networks for your AWS cloud architecture.
Usage
Describe your networking requirements and get VPC design recommendations with implementation details.
Examples
- "Design a VPC with public, private, and isolated subnets"
- "How do I set up VPC peering between two accounts?"
- "Configure NAT Gateway for private subnet internet access"
Guidelines
- Plan CIDR blocks to allow future VPC peering
- Show multi-AZ subnet design for high availability
- Cover security groups and NACLs layered security
- Include NAT Gateway vs NAT Instance trade-offs
- Explain Transit Gateway for complex multi-VPC architectures