In the part1 section of this tutorial series, I have taken time to explain how to set up Terraform to be working with AWS using AMI and creating a simple instance running as classic EC2. This series aims to be a gentle walk-through of Terraform with full code available on git htttps://github.com/kdjomeda/intro-to-terraform. In part 2, […]
networking
How to establish a Route Based VPN with Azure VPN (no BGP)
How to establish a route based VPN connection to AWS Hardware VPN
Hello Guys, This post is the continuation of our conversation of establishing connection to AWS Hardware VPN. I am certainly not qualified to explain the differences between route based and policy based but I am hoping with these 2 posts it can be clear to you 😀 .For this experiment we are going to create […]
How to establish a policy based VPN connection to AWS Hardware VPN
Hello Guys, I wanted to write this article as personal documentation but as well because I wanted to be in most of our partners’ shoes. Most of the time when they want to establish a VPN connection with us and we handover a seemingly complicated AWS VPN generated configuration. In this tutorial we are going […]
How to make virtualbox guest use its host’s internet connection and still have ssh access to the guest
Hi guys, The title of this post can be misleading but basically the challenge I would like us to solve is pretty simple. There are situations where a guest OS on vitualbox will need to have Internet connection which is by default through the NAT interface. But that will limit your access to the client […]