findDNSName was calling describeInstances on instances in the wrong region causing 400s.
These changes resolve that issue and cleanup up the other describeInstances usage in AmazonInstance.java
Please make sure these check boxes are checked before submitting
[x] Squashed Commits
[x] All Tests Passed - mvn clean test -P default
PR review process
Requires one +1 from a reviewer
Repository owners will merge your PR once it is approved.
DescribeInstances Rewrite
findDNSName
was calling describeInstances on instances in the wrong region causing 400s. These changes resolve that issue and cleanup up the otherdescribeInstances
usage in AmazonInstance.javaPlease make sure these check boxes are checked before submitting
mvn clean test -P default
PR review process