Member since
04-02-2016
1
Post
1
Kudos Received
0
Solutions
04-13-2016
04:43 AM
Paul Tamburello You can manage these instances by provisioning tool (eg Chef/Puppet) . Setup the Nodename as you wish for example , master , slave, edge and use one of the recipes like the below one to set the nodename to hostname. This way whenever you reboot the AWS instances receipes will automatically kicks in if there is some discrepency. https://supermarket.chef.io/cookbooks/hostnames/versions/0.3.1 Also make sure both reverse and forward lookup works. Hope this helps.
... View more