VPN - Azure to AWS tunnel

From Ever changing code
Revision as of 10:08, 24 March 2021 by Pio2pio (talk | contribs)
Jump to navigation Jump to search

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 5. creation of VPC 6. Create subnet 7. Create Internet gateway (optional) 8. create the customer gateway statically 9. Creating Virtual Private Gateway 10. create a VPN connection statically 11. download the configuration file

Azure side 12. Create a local network gateway 13. Create connection

AWS side 14. add a virtual private gateway to the routing table option

Azure side 15. Setting up two connections

References