How to Virtual Private Gateway on Amazon Web Service(AWS).

A virtual private gateway is a logical, fully redundant distributed edge routing function that sits at the edge of your VPC. As it is capable of terminating VPN connections from your on-prem or customer environments, the VPG is the VPN concentrator on the Amazon side of the Site-to-Site VPN connection.   Login to aws portal. …

How to Create VPC & Subnets on Amazon Web Service(AWS).

Amazon Virtual Private Cloud (Amazon VPC) is a service that lets you launch AWS resources in a logically isolated virtual network that you define. You can use both IPv4 and IPv6 for most resources in your virtual private cloud, helping to ensure secure and easy access to resources and applications. A public subnet is a …

How to Create Peering connection between two VPC on Amazon Web Service(AWS).

Peering is a method that allows two networks to connect and exchange traffic directly without having to pay a third party to carry traffic across the Internet. A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses.You can establish …

How to Create VPC Network Peering on Google cloud platform.

Google Cloud VPC Network Peering allows internal IP address connectivity across two Virtual Private Cloud (VPC) networks regardless of whether they belong to the same project or the same organization. VPC Network Peering enables you to connect VPC networks so that workloads in different VPC networks can communicate internally. Traffic stays within Google’s network and …

How to Create Virtual Private Network(VPC) on Google Cloud Platform.

Virtual Private Cloud (VPC) provides networking functionality to Compute Engine virtual machine (VM) instances, Google Kubernetes Engine (GKE) clusters, and the App Engine flexible environment. VPC provides networking for your cloud-based resources and services that is global, scalable, and flexible.   Login to google cloud platform portal. Click on VPC network. Select VPC networks.   …