I am using Terraform to build droplets but wish to build them without public addresses so my access to them thru ssh is only thru a bastion server which has a public address.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @glenndaughenbaugh,
There are two possibilities as I see it. The first is to use your Iptables firewall and remove access on any port. An example can be see here:
https://www.digitalocean.com/community/tutorials/how-to-isolate-servers-within-a-private-network-using-iptables#identify-interface-port-access-requirements
Alternatively, you can rename your interface on your Droplet that’s related to your Public address and leave your Private address only. This has been discussed here
https://www.digitalocean.com/community/questions/disable-public-ip-address-on-droplet