AWS: How to create a default VPC

How to create a default VPC:
> Create a VPC with a size /16 IPv4 CIDR block.
> Create a default subnet in each Availability Zone.
> Create an Internet gateway and connect it to your default VPC.
> Create a main route table for your default VPC with a rule that sends all IPv4 traffic destined for the Internet to the Internet gateway. > Create a default security group and associate it with your default VPC.
> Create a default network access control list (ACL) and associate it with your default VPC.
> Associate the default DHCP options set for your AWS account with your default VPC.

Default VPC – http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/default-vpc.html

ページトップへ