Amazon VPC Concepts

From NovaOrdis Knowledge Base
Revision as of 22:17, 6 February 2019 by Ovidiu (talk | contribs) (→‎Subnet)
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)

VPC and Subnets

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.

Route Table

Network Gateway

Security

Security Group

Network Access Control List (ACL)