I would like to test AD connection between on-prem and AWS. To do that, I’m using a small lab and it appears one of the prerequisites is a VPN between the two clouds.
Is there a simple but detailed step by step resource to accomplish this ? I already have a working VNET on Azure and a basic VPC with private and public subnet.
I’m not sure if you can build a VPN directly between AWS and a VPN gateway on Azure so your best best may be spinning up either a virtual machine on Azure, or an EC2 instance on AWS to act as a VPN concentrator.
caveat: i haven’t done it. but i’m sure you can do it. and fyi, AWS strongly favors a route-based VPN over policy-based VPN’s. e.g. an AWS VPN gateway can’t restart a disconnected policy-based VPN on its own. you have to be ready to deal with BGP. but that’s a good thing since BGP keep-alives prevent inactivity tear downs.