Posts

Showing posts from June, 2023

AWS Site to Site VPN Configuration

AWS Site to Site VPN Configuration:- 1.      Create VPC in Mumbai          Subnet: - 10.1.0.0/16   2.      Create VPC   US East (N. Virginia)            Subnet: - 10.2.0.0./16   3.      Create Customer Gateway dummy in Mumbai         Customer Gateway IP 100.64.0.1 4.      Create Virtual private gateways in Mumbai 5.      Attached Gateway in VPC 6. Go to Route tables and attached Route                     propagation all subnet 7.      Create VPN Connection in Mumbai      PreShare Key :-    bLx6QrEpLHnfp6yPo8Rqm 8.        Create Virtual private gateways i...

Site-to-Site VPN Connection between Azure and AWS Demo

  Site-to-Site VPN Connection between Azure and AWS Demo Step 1: Configuring Azure Crate a resource group on Azure to deploy the resources on that Resource Group Name: Azure-Aws Region: East-US Create Virtual Network Resource Group Name: Azure-Aws Region: East-US VNet Name: vnet-azure VNet IPv4 Address Space: 172.20.0.0/16 Subnet Name: subnet-01 Subnet IPv4 Address Space: 172.20.1.0/24 Create the VPN Gateway VPN Gateway Name: VPN-Azure-Aws Region: East-US Gateway Type: VPN SKU: default Generation: Generation 1 Virtual Network: vnet-azure Public IP Address: pip-vpn-Azure-Aws Public IP Address Type: default Assignment: Staic Enable active-active mode: Disabled Configure BGP: Disabled Configuring AWS Create the Virtual Private Cloud (VPC) in AWS Name: my-awsvpc-01 IPv4 CIDR: 10.20.0.0/16 Create a subnet inside the VPC (Virtual Network) Name: my-awssubnet-01 VPC Name: my-vpc-01 VPC IPv...