Automating AWS site-to-site VPNs with Terraform
Introduction In this post, I’ll walk you through how to use Terraform to set up a VPN site-to-site connection on AWS, leveraging Infrastructure as Code (IaC) to make the process quicker, easier, and fully repeatable. For the examples below, we’ll build a cloud infrastructure using a Virtual Private Gateway (VGW). In a future post, we’ll explore using a Transit Gateway (TGW) for more complex setups. I’m running everything on a MacBook, but you can easily replicate these steps on a Linux jump host or any similar environment....