Amazon VPC Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Amazon VPC * Amazon AWS Networking Concepts")
 
No edit summary
Line 1: Line 1:
=External=
* https://aws.amazon.com/vpc/
=Internal=
=Internal=


* [[Amazon VPC#Subjects|Amazon VPC]]
* [[Amazon VPC#Subjects|Amazon VPC]]


=Overview=
=<span id='VPC'></span>Virtual Private Cloud (VPC)=
{{External|[https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html 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.
=Subnet=
A subnet is a range of IP addresses in the [[#VPC|Virtual Private Cloud (VPC)]] that can be used to isolate different EC2 resources or ECS services from each other or from the Internet. Each subnet resides in one Availability Zone. Subnets enable you to group instances based on security and operational needs. To enable instances in a subnet to reach the Internet and AWS services, you must add an Internet ''gateway'' to the [[#VPC|VPC]] and a route table with a route to the Internet to the subnet.
Example:


* [[Amazon AWS Networking Concepts]]
subnet-53993c24: 172.31.16.0/20

Revision as of 22:11, 6 February 2019

External

Internal

Overview

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.

Subnet

A subnet is a range of IP addresses in the Virtual Private Cloud (VPC) that can be used to isolate different EC2 resources or ECS services from each other or from the Internet. Each subnet resides in one Availability Zone. Subnets enable you to group instances based on security and operational needs. To enable instances in a subnet to reach the Internet and AWS services, you must add an Internet gateway to the VPC and a route table with a route to the Internet to the subnet.

Example:

subnet-53993c24: 172.31.16.0/20