🌐

AWS VPC Networking

Verified

by Community

Covers AWS VPC design including subnet layout, route tables, NAT gateways, security groups, NACLs, VPC peering, and Transit Gateway. Helps build secure, well-architected network topologies for various application needs.

awsvpcnetworkingsubnetssecurity-groups

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