using a bastion host to access a private VPC in AWS
Using Ansible to manage internal VPC private instances without using VPNs, by deploying a SSH proxy bastion host.
background When dealing with a web stack or AWS infrastructure, how are private instances that do NOT need a public IP address managed? It’s not an extremely difficult question. In many cases VPNs are used for this purpose. But what if a VPN isn’t needed? It’s arguably overkill and it can introduce a lot of overhead, creating multiple site-to-site VPNs and linking various regions together.