Amazon VPC Operations: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
==Create a VPC with CloudFormation== | ==Create a VPC with CloudFormation== | ||
{{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html AWS::EC2::VPC]}} | |||
=Describe VPC= | =Describe VPC= |
Revision as of 21:38, 9 April 2019
Internal
Overview
Create a VPC
Create a VPC with Amazon Console
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
Create a VPC with CloudFormation
Describe VPC
aws ec2 describe-vpcs --vpc-id <vpc-id>