In the previous post we installed Terraform and used it to create a VPC in AWS, subnets, instances and all the necessary elements for a lab with Wireguard. In this post we'll install and configure a Wireguard server, a remote client and use it to access an EC2 instance in a private subnet. Wireguard The EC2 instance we …
Read MoreIn my last post I worked with AWS CLI and Cloudformation to create a simple VPC and find a configuration drift. In this post I'll show you how to build a VPC in AWS with all the elements necessary to lab Wireguard. We'll use Terraform to automate the creation of the VPC. Prerequisites To complete all the labs in this …
Read More