Elastic IPs for Mesos nodes in CloudFormation Template
dvonthenen opened this issue · 3 comments
dvonthenen commented
In the CloudFormation template, use Elastic IPs for the Mesos nodes. This gets around the problem of having to look up the public IP address for the given Mesos nodes.
dvonthenen commented
Figured out an alternative proposal based on a conversation I had with Drew.
dvonthenen commented
I have this working in my dev environment. Will port this over to the AMIs in the CloudFormation template.
dvonthenen commented
Fixed with PR #114.