Posts

Showing posts with the label Site-to-Site VPN Connection between Azure and AWS Demo

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...