RevDB
How to create a bastion host on AWS using Terraform
What will you need Bastion (or jumpbox) hosts are typically used, to provide a door into your private network. The fact that you are reading this, means you probably already know that. Answering the question on how to setup a bastion host on aws using Terraform, takes a lot of components.. AMI selection Security groups and routing IAM roles, roles and policies Instance types Users, keys and login Hostname setup That’s a lot of things, lets see how can we Read more…