Ken Liu
Ken Liu

Reputation: 22914

How can I see which EC2 instances are associated with my Elastic Beanstalk application?

How can I see which EC2 instances are associated with my Elastic Beanstalk application? I can see all of my instances running in EC2 but can't tell which ones go with which Beanstalk application/environment. The Beanstalk console doesn't seem to provide this information, either.

Upvotes: 8

Views: 2862

Answers (1)

Steffen Opel
Steffen Opel

Reputation: 64741

This is documented within Listing and Connecting to Server Instances:

You can view a list of Amazon EC2 instances running your AWS Elastic Beanstalk application environment through the AWS Management Console.

Well, yes, but it's indeed not exactly obvious and should be easier ;) - in a nutshell, you'll need to explore the Elastic Load Balancer associated with your respective AWS Elastic Beanstalk environment, the screenshots in the linked article properly illustrate this at least.

Upvotes: 5

Related Questions