The document discusses Amazon Virtual Private Cloud (Amazon VPC), including:
- Amazon VPC allows users to provision a virtual network within AWS similar to a private network. Users have control over IP ranges, subnets, and routing.
- Public subnets route traffic to the internet gateway, while private subnets do not. VPCs contain one public subnet per availability zone by default.
- VPC components include subnets, route tables, security groups, network access control lists, internet gateways, virtual private gateways, elastic IPs, endpoints, and NAT instances/gateways.
- Security groups apply at the instance level and only allow rules, while network access control lists apply at the subnet level and allow both allow and deny rules.