Unable to delete my Elastic Beanstalk environment

0

I can't delete one of my environments because it says "Unable to look up root device name for image 'ami-xxx'". I probably accidentally deleted the AMI while the environment was still spinning up. Now I can't even go into the environment. Is there a way someone from support can delete the environment for me?

asked 4 years ago695 views
2 Answers
0

Can someone from support please look over my request? I would like to delete the environment, but I can't. Thanks.

answered 4 years ago
0

I figured it out on my own. I just ran the following commands in PowerShell for AWS:

To get the EnvironmentId:
Get-EBEnvironment | Where EnvironmentName -like "Your environment" | Select EnvironmentId

To terminate the environment:
Stop-EBEnvironment -EnvironmentId xxxx

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions