Amazon VPC Concepts
Jump to navigation
Jump to search
External
Internal
Overview
Amazon VPC provides a logically isolated section of the AWS Cloud where AWS resources run in a private virtual network.
Virtual Private Cloud (VPC)
A VPC is an isolated portion of the AWS Cloud populated by AWS objects, such as Fargate tasks.
VPC ID
CIDR Block
10.0.0.0/16
Block sizes must be between /16 netmask and /28 netmask.
Subnet
The range of IP addresses in the subnet must be a subset of the IP address in the VPC. Block sizes must be between /16 netmask and /28 netmask. The size of the subnet can equal the size of the VPC.