AWS - Organizations Enum

AWS - Organisasies Enum

Leer AWS-hacking vanaf nul tot held met htARTE (HackTricks AWS Red Team Expert)!

Ander maniere om HackTricks te ondersteun:

Basiese Inligting

AWS Organisasies fasiliteer die skep van nuwe AWS-rekeninge sonder om ekstra koste te dra. Hulpbronne kan moeiteloos toegewys word, rekeninge kan doeltreffend gegroepeer word, en bestuursbeleide kan op individuele rekeninge of groepe toegepas word, wat die bestuur en beheer binne die organisasie verbeter.

Kernpunte:

  • Nuwe Rekening Skepping: AWS Organisasies maak die skep van nuwe AWS-rekeninge moontlik sonder ekstra koste.

  • Hulpbron Toewysing: Dit vereenvoudig die proses van hulpbrontoewysing oor die rekeninge.

  • Rekening Groepering: Rekeninge kan saamgevoeg word, wat die bestuur meer vlot maak.

  • Bestuursbeleide: Beleide kan op rekeninge of groepe rekeninge toegepas word, wat verseker dat nakoming en bestuur regoor die organisasie gehandhaaf word.

Meer inligting kan gevind word in:

pageAWS - Basic Information

```bash # Get Org aws organizations describe-organization aws organizations list-roots

Get OUs, from root and from other OUs

aws organizations list-organizational-units-for-parent --parent-id r-lalala aws organizations list-organizational-units-for-parent --parent-id ou-n8s9-8nzv3a5y

Get accounts

List all the accounts without caring about the parent

aws organizations list-accounts

Accounts from a parent

aws organizations list-accounts-for-parent --parent-id r-lalala aws organizations list-accounts-for-parent --parent-id ou-n8s9-8nzv3a5y

Get basic account info

You need the permission iam:GetAccountSummary

aws iam get-account-summary

## Verwysings

* https://aws.amazon.com/organizations/

<details>

<summary><strong>Leer AWS hak vanaf nul tot held met</strong> <a href="https://training.hacktricks.xyz/courses/arte"><strong>htARTE (HackTricks AWS Red Team Expert)</strong></a><strong>!</strong></summary>

Ander maniere om HackTricks te ondersteun:

* As jy wil sien dat jou **maatskappy geadverteer word in HackTricks** of **HackTricks aflaai in PDF-formaat** Kyk na die [**INSKRYWINGSPLANNE**](https://github.com/sponsors/carlospolop)!
* Kry die [**amptelike PEASS & HackTricks swag**](https://peass.creator-spring.com)
* Ontdek [**Die PEASS Familie**](https://opensea.io/collection/the-peass-family), ons versameling eksklusiewe [**NFTs**](https://opensea.io/collection/the-peass-family)
* **Sluit aan by die** 💬 [**Discord groep**](https://discord.gg/hRep4RUj7f) of die [**telegram groep**](https://t.me/peass) of **volg** ons op **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks\_live)**.**
* **Deel jou haktruuks deur PRs in te dien by die** [**HackTricks**](https://github.com/carlospolop/hacktricks) en [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github-opslag. 

</details>

Last updated