How to create a Virtual Private Cloud (VPC) in AWS

VPC (Virtual Private Cloud) falls under the service "Network and Content Delivery" in AWS (Amazon Web Services). VPC provides us with a virtual private isolated cloud. In short, we can have a private network that is isolated from all other networks on AWS. We have complete control over all the components that are responsible for building the network. We can have IPs, CIDR (Classless Inter-Domain Routing) blocks of our choice. We can define our own rules in routing tables. We can have a public network, a private network or a private network with access to the Internet. We can have security groups that help restrict the network and access to it. We can have peering between two isolated networks, from site to site VPN. Click here to read the complete version of this article written by me available on howtoforge.

Comments

Popular posts from this blog

Setup a Kubernetes Cluster on AWS EC2 Instance with Ubuntu using kubeadm

How to create a Deployment in Kubernetes

How to take a Snapshot of a disk in Microsoft Azure Cloud