- 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.
推薦閱讀
- Cinema 4D R13 Cookbook
- Spark編程基礎(chǔ)(Scala版)
- 3D Printing with RepRap Cookbook
- Mastering VMware vSphere 6.5
- SharePoint 2010開發(fā)最佳實(shí)踐
- AWS Certified SysOps Administrator:Associate Guide
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展:智能制造
- Implementing Oracle API Platform Cloud Service
- 菜鳥起飛系統(tǒng)安裝與重裝
- Deep Reinforcement Learning Hands-On
- 人工智能技術(shù)入門
- Mastering pfSense
- 工業(yè)機(jī)器人實(shí)操進(jìn)階手冊
- 生成對抗網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- 計(jì)算智能算法及其生產(chǎn)調(diào)度應(yīng)用