vpc-setup

How to do VPC Peering in another region?

Reading Time: 4 minutes VPC Peering:- Inter-region VPC peering is the peering between VPCs that are situated in several AWS regions. Data transport can be up by using a VPC peering connection. To route traffic using private IPv4/IPv6 addresses, two VPCs must create a networking link known as a VPC peering relationship to connect to each other. Instances can connect with one another through the usage of a VPC Continue Reading

Blue futuristic stream Data Communication flying into digital technologic animation 3D rendering

How to do VPC PEERING in the same Region?

Reading Time: 3 minutes VPC Peering : Using a VPC peering connection, you can accelerate data transit. A networking connection between two VPCs known as a VPC peering relationship must be established in order to route traffic using private IPv4 or IPv6 addresses. Through the use of a VPC, instances can communicate with one another as if they were on the same network. A VPC in your own account Continue Reading

black and gray laptop computer turned on doing computer codes

Let’s have a look at Creation of AWS VPC

Reading Time: 3 minutes This blog demonstrate how we can create a Virtual Private Cloud (VPC) in AWS cloud using a bash script. In this blog, we will break down the steps with its explanation. So, lets go through it. 1. Prerequisites An AWS account To create an AWS account click here. Install AWS CLI To install AWS CLI, visit here for Linux and for Windows and Mac click Continue Reading

terraform

How to create a VPC & Subnet in AWS using Terraform

Reading Time: 3 minutes Let’s create a VPC and subnet in AWS using Terraform. What is Terraform? Terraform is an infrastructure as a code solution from HashiCorp, It enables you to specify cloud and on-premises resources in human-readable configuration files that you can reuse, distribute, and version. Prerequisite: Vpc (Virtual Private Cloud): A Virtual Private Cloud (VPC) is an isolated, secure private cloud hosted on the public cloud as Continue Reading