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?

posta 4 anni fa710 visualizzazioni
2 Risposte
0

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

con risposta 4 anni fa
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

con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande