Amazon VPC Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Subnet) |
(→Subnet) |
||
Line 38: | Line 38: | ||
==Network Access Control List (ACL)== | ==Network Access Control List (ACL)== | ||
Revision as of 22:17, 6 February 2019
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.