VPN - Azure to AWS tunnel
Jump to navigation
Jump to search
Inter-cloud VPN - Azure to AWS tunnel using managed services
- 2019-02-06 IKEv2 compatible news came in at AWS with Site to Site VPN.
- AWS Site-to-Site VPN Now Supports IKEv2
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).
The procedure
Azure side
- Create virtual network
- Create gateway subnet
- creation of public IP
- Create virtual network gateway
AWS side
- creation of VPC
- Create subnet
- Create Internet gateway (optional)
- create the customer gateway statically
- Creating Virtual Private Gateway
- create a VPN connection statically
- download the configuration file
Azure side
- Create a local network gateway
- Create connection
AWS side
- add a virtual private gateway to the routing table option
Azure side
- Setting up two connections