Skip to content

Elastic Beanstalk environment does not terminate

0

I have been trying to terminate my elastic beanstalk environment for the past day. It had an RDS database associated which seems to be causing problems. I separately deleted the RDS database but it is still throwing errors when I try to terminate the environment.

1 Answer
1
Accepted Answer

Hello.

What kind of error is occurring specifically?
Also, ElasticBeanstalk creates a CloudFormation stack on the backend, so checking the CloudFormation stack may reveal the cause of the error.
If you don't need the ElasticBeanstalk environment, you should be able to delete it by directly deleting the CloudFormation stack.
The following document focuses on security groups, but I think it can be used with other AWS resources in the same way.
https://repost.aws/knowledge-center/elastic-beanstalk-deletion-failure

EXPERT

answered 2 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.