thecodeteam/scaleio-framework

Elastic IPs for Mesos nodes in CloudFormation Template

dvonthenen opened this issue · 3 comments

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.

Figured out an alternative proposal based on a conversation I had with Drew.

I have this working in my dev environment. Will port this over to the AMIs in the CloudFormation template.

Fixed with PR #114.