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?

demandé il y a 4 ans710 vues
2 réponses
0

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

répondu il y a 4 ans
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

répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions