Reputation: 3958
Is there a way to find out what EC2 instance is associated with my Elastic Beanstalk Application from the dashboard?
I have checked every single page under "Configuration" but I couldn't find any info about what EC2 instance is running the application.
Upvotes: 5
Views: 1936
Reputation: 3968
You can't see the associated EC2 instances via Elastic Beanstalk dashboard.
Go to EC2 Management Console and then search instances by tag:elasticbeanstalk:environment-name
with your Elastic Beanstalk environment name as the value.
Upvotes: 11