1 Answer
- Newest
- Most votes
- Most comments
2
Hi
When you terminate the provisioned product in Service catalog (either through the console or the TerminateProvisionedProduct API), you are effectively un-managing the account.
Once you terminate the provisioned product, the account will show as "Not Enrolled" in Control Tower. You can then use the CloseAccount API to close the account. Once you do that, it will remain in the Suspended state for 90 days.
So if you were scripting this you can:
- Terminate the provisioned product via TerminateProvisionedProduct API
- Use DescribeRecord API to check the status of the above. Once fully terminated:
- Use CloseAccount API to close the account
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 months ago
Thanks thanks exactly the clarification I needed.