Amazon VPC Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:


Tenancy: default
Tenancy: default
=Describe VPC=
aws ec2 describe-vpcs --vpc-id <''vpc-id''>


=Create a Subnet=
=Create a Subnet=

Revision as of 03:28, 9 April 2019

Internal

Overview

Create a VPC

VPC Console -> Your VPCs -> Create VPC:

Name tag: the name of the VPC

IPv4 CIDR block: 10.7.0.0/16

IPv6 CIDR block: No IPv6 CIDR Block

Tenancy: default

Describe VPC

aws ec2 describe-vpcs --vpc-id <vpc-id>

Create a Subnet

Create a NAT Gateway