rancherfederal / rke2-aws-tf

MIT License
84 stars 68 forks source link

How to access private IP servers and agents #59

Closed ajay75 closed 1 year ago

ajay75 commented 2 years ago

On following the best practices for cloud-enabled example of main.tf module rke2 and agent has subnet with public IP on changing to private-subnet, I get private IP subnets = module.vpc.public_subnets

Question is how to access private IP server/agent , there should be code for bastion host when using private_subnet.

Any feedback please?

aleiner commented 1 year ago

Our current approach is to be as minimal and secure as possible. We have had discussions about building a bastion host, but nothing that would be long-lived. At this time, we recommend that you build your own bastion/jumpbox that you can use to connect.