Terraform code to deploy bastion host and private instance in AWS
Introduction:
A Bastion host is a special-purpose computer on a network, used as a "jump box" to access other hosts on the network.
Assumptions:
This guide assumes you already have terraform installed and configured as an environment variable so it c...
cyberpadawan.dev5 min read
Jiří Vrba
A fullstack developer with primary focus on backend and devops
Very helpful article. Thank you.