Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 402 Bytes

File metadata and controls

23 lines (12 loc) · 402 Bytes

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}}