- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 92字
- 2021-07-09 18:18:40
Adding an account to an OU
To add an account to an OU, perform the following steps:
- When an account is initially added to your organization, it will be a child of the organization root. To add it to the OU you just created, you need to move it using the following CLI command:
aws organizations move-account \
--account-id <twelve-digit-account-id> \
--source-parent-id <root-id> \
--destination-parent-id <new-parent-ou-id>
- If you wish to move an account from one OU to another, simply use the same command but use the existing parent OU ID instead of the root ID.
推薦閱讀
- Learning Apache Spark 2
- Hands-On Machine Learning with TensorFlow.js
- Matplotlib 3.0 Cookbook
- 機(jī)艙監(jiān)測(cè)與主機(jī)遙控
- 分布式多媒體計(jì)算機(jī)系統(tǒng)
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- 基于ARM 32位高速嵌入式微控制器
- CompTIA Linux+ Certification Guide
- Learn CloudFormation
- Hands-On Reactive Programming with Reactor
- 單片機(jī)技能與實(shí)訓(xùn)
- 嵌入式GUI開發(fā)設(shè)計(jì)
- AVR單片機(jī)工程師是怎樣煉成的
- 未來學(xué)徒:讀懂人工智能飛馳時(shí)代
- Serverless Design Patterns and Best Practices