- 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語言的程序設計
- 三菱FX3U/5U PLC從入門到精通
- 來吧!帶你玩轉Excel VBA
- 數據挖掘方法及天體光譜挖掘技術
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- Linux:Powerful Server Administration
- Unity Multiplayer Games
- 人工智能:語言智能處理
- C++程序設計基礎(上)
- 單片機技術項目化原理與實訓
- Dreamweaver+Photoshop+Flash+Fireworks網站建設與網頁設計完全實用
- 計算智能算法及其生產調度應用
- 新世紀Photoshop CS6中文版應用教程
- PVCBOT零基礎機器人制作(第2版)
- 運動控制系統應用及實例解析