Difference between revisions of "VPN - Azure to AWS tunnel"

From Ever changing code
Jump to navigation Jump to search
 
Line 9: Line 9:
= The procedure =
= The procedure =
Azure side
Azure side
1. Create virtual network
# Create virtual network
2. Create gateway subnet
# Create gateway subnet
3. creation of public IP
# creation of public IP
4. Create virtual network gateway
# Create virtual network gateway


AWS side
AWS side
5. creation of VPC
# <li value="5"> creation of VPC</li>
6. Create subnet
# Create subnet
7. Create Internet gateway (optional)
# Create Internet gateway (optional)
8. create the customer gateway statically
# create the customer gateway statically
9. Creating Virtual Private Gateway
# Creating Virtual Private Gateway
10. create a VPN connection statically
# create a VPN connection statically
11. download the configuration file
# download the configuration file


Azure side
Azure side
12. Create a local network gateway
# <li value="12"> Create a local network gateway </li>
13. Create connection
# Create connection


AWS side
AWS side
14. add a virtual private gateway to the routing table option
# <li value="14">add a virtual private gateway to the routing table option </li>


Azure side
Azure side
15. Setting up two connections
# <li value="15">Setting up two connections </li>


= References =
= References =
* [https://hackernoon.com/how-to-connect-between-azure-and-aws-with-managed-services-4b03ec334e8a connect-between-azure-and-aws-with-managed-services]
* [https://hackernoon.com/how-to-connect-between-azure-and-aws-with-managed-services-4b03ec334e8a connect-between-azure-and-aws-with-managed-services]

Latest revision as of 10:20, 24 March 2021

Inter-cloud VPN - Azure to AWS tunnel using managed services


The point when connecting Azure and AWS was that AWS only supported IKEv1, it became possible to realize two-way connection by supporting IKEv2. However, there are notes BGP can not be used (it may be possible depending on settings).

ClipCapIt-190603-174526.PNG

The procedure

Azure side

  1. Create virtual network
  2. Create gateway subnet
  3. creation of public IP
  4. Create virtual network gateway

AWS side

  1. creation of VPC
  2. Create subnet
  3. Create Internet gateway (optional)
  4. create the customer gateway statically
  5. Creating Virtual Private Gateway
  6. create a VPN connection statically
  7. download the configuration file

Azure side

  1. Create a local network gateway
  2. Create connection

AWS side

  1. add a virtual private gateway to the routing table option

Azure side

  1. Setting up two connections

References