April 2018
Intermediate to advanced
280 pages
8h 37m
English
AWS provides the ability to create a virtually isolated network and launch an EC2 instance within this isolated network. Such a virtual network is called a VPC or Virtual Private Cloud. The AWS VPC resembles a traditional network that is created in the data center but provides the benefits of the AWS cloud, such as scalability, elasticity, and so on.
A new VPC can be created by specifying the IP address range, creating subnets, and configuring network properties and firewall rules.
AWS supports two VPC platforms into which you can launch your EC2 instances:
When a new EC2 instance is launched, you can either choose a specific VPC or let the instance launch in a default VPC. The default VPC is a combination ...