- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 51字
- 2021-07-09 18:18:36
How to do it...
- Run the CLI tool command to create a new account, with appropriate values:
aws organizations create-account \
--email <member-account-owners@email.com> \
--account-name <member-account-name> \
--query 'CreateAccountStatus.Id'
- This command will return a create account status request ID value that you can use to check the status:
aws organizations describe-create-account-status \
--create-account-request-id <your-create-account-status-id>
推薦閱讀
- Practical Data Wrangling
- TestStand工業自動化測試管理(典藏版)
- Apache Hive Essentials
- Mastering Salesforce CRM Administration
- 永磁同步電動機變頻調速系統及其控制(第2版)
- Windows 7寶典
- Hybrid Cloud for Architects
- 面向對象程序設計綜合實踐
- 氣動系統裝調與PLC控制
- 啊哈C!思考快你一步
- 單片機技能與實訓
- Mastering Geospatial Analysis with Python
- Artificial Intelligence By Example
- AMK伺服控制系統原理及應用
- 深度學習原理與 TensorFlow實踐