- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 85字
- 2021-07-09 18:18:39
Creating an OU
To create an OU, perform the following steps:
- Determine where you'd like this OU to live. If it lives directly underneath the root, then your root ID will be the parent. Alternatively, if this OU is going to be a child of another OU, use the ID of the OU instead. Obviously, if this is the first OU you're creating, the root will be the parent.
- Use the CLI to create your OU like so:
aws organizations create-organizational-unit \
--parent-id <root-id or parent-ou-id> \
--name <desired-ou-name>
推薦閱讀
- 構建高質量的C#代碼
- 智能傳感器技術與應用
- 反饋系統:多學科視角(原書第2版)
- Learning Social Media Analytics with R
- 模型制作
- AWS Certified SysOps Administrator:Associate Guide
- 聊天機器人:入門、進階與實戰
- 工業機器人應用案例集錦
- Salesforce Advanced Administrator Certification Guide
- 機器學習案例分析(基于Python語言)
- Serverless Design Patterns and Best Practices
- 單片機C51應用技術
- 菜鳥起飛五筆打字高手
- Hands-On Data Analysis with NumPy and pandas
- D3.js Quick Start Guide