Skip to content

Environment Deletion

0

I am looking for a step by step process to decommision an AWS environment, such as what gets deleted first is. virtual gateways and what does not get deleted until the final removal of the environment

  • By environment, do you mean AWS Account?

asked 2 years ago325 views
1 Answer
0

if you're asking about the dependencies that exist within an AWS account, and the order in which these should be deleted, then this is typically in the reverse order from that in which they were provisioned.

To gather a greater level of detail about dependencies within a VPC see item 1 of https://repost.aws/knowledge-center/troubleshoot-dependency-error-delete-vpc

if you just want to delete all resources in an account, consider using (with caution!) AWS Nuke https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/automate-deletion-of-aws-resources-by-using-aws-nuke.html

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.