Deleting Elastic Beanstalk clone environment

0

In AWS console I cloned my Elastic Beanstalk and didn't change anything in the clone environment page.

My original environment has a decoupled database which I'm sure that won't be affected in deletion but when checking the configuration they share the security group and subnet and I'm worried that it will be affected in the deletion.

Can you guys confirm it will not be affected when I terminate the clone.

1 Answer
1
Accepted Answer

Hello.

Security groups and subnets are not created by ElasticBeanstalk, so I think they will remain even if you delete the environment.
When you create an ElasticBeanstalk environment from the management console, CloudFormation should be running, so you can check which resources have been created by checking the CloudFormation console.

profile picture
EXPERT
answered 3 months ago
  • Thanks deleted it successfully without affecting the original.

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