Amazon VPC Essentials Amazon Virtual Private Cloud (VPC) is a good way to setup an isolated portion of AWS and control the network topology. It is a good way to extend your computer data center and use AWS for burst requirements. In this post, I'll list down the important thing areas any particular one needs to take into account whenever using VPC. This will help one decide the most effective architecture / solution which could fit the given requirement.
Instances Except Cluster Compute Quadruple Extra Large instances and all other Instance types are available within VPC. Needless to say, make sure you check which Instance types can be purchased in a region. For instance Second generation Standard On-demand instances are available only in US-East
Public and Private Subnets • •
• •
The VPC network may be divided further in to smaller network segments called as Subnets. Any VPC will have one or more Subnet You can setup a Public Subnet that will have internet connectivity. Instances which launched in a Public Subnet will have outbound and inbound internet connectivity by the Internet Gateway mounted on the Public Subnet Private Subnets are completely locked down. They do not have internet connectivity automatically Create quantity of Public and Private Subnets based upon your architecture. Place all public facing servers such as for instance web servers, search servers in people subnet.