GitHub user tbouron opened a pull request:
https://github.com/apache/brooklyn-server/pull/849
Retrieve the right AWS metadata for private hostname
In most conditions for AWS deployments (machine sshable) Brooklyn was
retrieving the `public-hostname`
[metadata](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html)
for both public **AND** private hostname sensors.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tbouron/brooklyn-server fix/aws-local-hostname
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/849.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #849
----
commit d7786ced9f90553b14286cea3f58bb4bd18ed7ad
Author: Thomas Bouron <[email protected]>
Date: 2017-10-02T11:39:21Z
Retrieve the right AWS metadata for private hostname
----
---