AWS - Organizations Post Exploitation

{{#include ../../../../banners/hacktricks-training.md}}

Organizations

For more info about AWS Organizations check:

{{#ref}}
../../aws-services/aws-organizations-enum.md
{{#endref}}

Leave the Org

aws organizations deregister-account --account-id <account_id> --region <region>

{{#include ../../../../banners/hacktricks-training.md}}