How to get Instances and their IP Addresses attached to an Elastic Beanstalk Environment using JAVA SDK?
up vote
0
down vote
favorite
I am trying to get the list of instances attached and their metadata(like IP Address, etc) to an Elastic Beanstalk Environment using Java Code.
I am using AWS SDK which returns the instance ID Only.
AWSElasticBeanstalk client = AWSElasticBeanstalkClientBuilder.standard().build();
DescribeInstancesHealthRequest req=new DescribeInstancesHealthRequest().withEnvironmentName("my-env");
Is there a way to get the metadata beacuse the instance may attach or detach as per policy.
amazon-web-services aws-sdk amazon-elastic-beanstalk
add a comment |
up vote
0
down vote
favorite
I am trying to get the list of instances attached and their metadata(like IP Address, etc) to an Elastic Beanstalk Environment using Java Code.
I am using AWS SDK which returns the instance ID Only.
AWSElasticBeanstalk client = AWSElasticBeanstalkClientBuilder.standard().build();
DescribeInstancesHealthRequest req=new DescribeInstancesHealthRequest().withEnvironmentName("my-env");
Is there a way to get the metadata beacuse the instance may attach or detach as per policy.
amazon-web-services aws-sdk amazon-elastic-beanstalk
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to get the list of instances attached and their metadata(like IP Address, etc) to an Elastic Beanstalk Environment using Java Code.
I am using AWS SDK which returns the instance ID Only.
AWSElasticBeanstalk client = AWSElasticBeanstalkClientBuilder.standard().build();
DescribeInstancesHealthRequest req=new DescribeInstancesHealthRequest().withEnvironmentName("my-env");
Is there a way to get the metadata beacuse the instance may attach or detach as per policy.
amazon-web-services aws-sdk amazon-elastic-beanstalk
I am trying to get the list of instances attached and their metadata(like IP Address, etc) to an Elastic Beanstalk Environment using Java Code.
I am using AWS SDK which returns the instance ID Only.
AWSElasticBeanstalk client = AWSElasticBeanstalkClientBuilder.standard().build();
DescribeInstancesHealthRequest req=new DescribeInstancesHealthRequest().withEnvironmentName("my-env");
Is there a way to get the metadata beacuse the instance may attach or detach as per policy.
amazon-web-services aws-sdk amazon-elastic-beanstalk
amazon-web-services aws-sdk amazon-elastic-beanstalk
asked 12 hours ago
kd0807
544313
544313
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371871%2fhow-to-get-instances-and-their-ip-addresses-attached-to-an-elastic-beanstalk-env%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown