terraform-dcos icon indicating copy to clipboard operation
terraform-dcos copied to clipboard

In AWS private agents are set with public IP address

Open beeyeas opened this issue 7 years ago • 3 comments

I was successful in using terraform apply to create my DC/OS Instance . But i notice private agents are configured with public ip address.

beeyeas avatar Nov 08 '17 19:11 beeyeas

Thats correct, though they are configured with a public address there are security groups in place which locks down the access from the outside world. The only have egress access to the internet but no ingress other than ssh. Let me know if you have any other questions.

bernadinm avatar Nov 13 '17 18:11 bernadinm

It's the case for Azure as well. I guess this's done in order to be able to run provisioners through their assigned IP addresses?

hantuzun avatar Nov 15 '17 10:11 hantuzun

@hantuzun, that is exactly correct. This is not the only way to achieve this. Another method is to make use of bastion host to have the provisioners go through but each one has their pros and cons.

bernadinm avatar Nov 21 '17 19:11 bernadinm