aws-nuke icon indicating copy to clipboard operation
aws-nuke copied to clipboard

ElasticBeanstalkApplication and ElasticBeanstalkEnvironment not getting removed and not timing out

Open lmpeiris opened this issue 11 months ago • 0 comments

ElasticBeanstalkApplication and ElasticBeanstalkEnvironment resources are not getting removed.

While run without dry run, below lines appeared for more than 30 minutes without a timeout to mark as failure. All other items were marked as either failed, skipped or successful.

us-east-1 - ElasticBeanstalkEnvironment - e-upmx7tfgxa - [Name: "***********"] - waiting for removal
us-east-1 - ElasticBeanstalkApplication - *********** - [] - waiting for removal
us-east-1 - CloudTrailTrail - ******** - [Name: "*******"] - failed
Removal requested: 2 waiting, 1 failed, 203 skipped, 459 finished

The environment was in 'suspended' state when checked via aws console. I managed to remove the application via console, and environment status now shows as 'unknown' - and only action available is 'restore environment', hence i guess that's pretty much a terminated state. The application removed without issue when instructed via console.

  • Build: aws-nuke version v3.52.0
  • Running on: WSL v2 Ubuntu Linux LTS 24.04
  • Auth: using access key on root account (temp measure)

lmpeiris avatar Apr 30 '25 12:04 lmpeiris