I've tried to setup my AWS organization using AWS Landing Zone. This is what I have done :-
- Deploy the AWS Landing Zone based on the AWS Landing Zone initiation template
- Execute CodePipeline created by initiation template
- Core accounts were created by CodePipeline, but build gets failed while creating the CoreResources
Now, I wanted to execute the codepipeline again after doing some changes in Manifest.yaml file.
Can someone help me in understanding how can I delete the created organizations i.e. "core" and "application" and core accounts?
As far I know deletion of AWS account from Organization is not that straight forward and you have provide payment, plan details before deleting accounts created by Landing Zone. Plus, even after provided all required details AWS won't allow you to delete that account immediately.
Is there any way to delete Organizations and core accounts created by AWS Landing Zone immediately?