aws-samples / ec2-classic-resource-finder

This script enables the identification of resources running in Amazon EC2 Classic
MIT No Attribution
131 stars 82 forks source link

Limit ElasticBeanstalk to 'Ready' Environments #5

Closed roskelleycj closed 2 years ago

roskelleycj commented 3 years ago

Address the issue wherein 'Terminated' Environments are being reported as Classic EC2 resources that need to be addressed. Which is not true. This commit filters on those resources that are 'Ready' so that if they have Classic EC2 resources they will be properly reported.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

roskelleycj commented 2 years ago

It is has been a while, not sure that this is needed anymore.