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?

已提问 4 年前710 查看次数
2 回答
0

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

已回答 4 年前
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

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则