- 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>
推薦閱讀
- Hands-On Graph Analytics with Neo4j
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- 大數據時代的數據挖掘
- Hands-On Machine Learning with TensorFlow.js
- INSTANT Varnish Cache How-to
- 智能工業報警系統
- Photoshop CS3特效處理融會貫通
- WordPress Theme Development Beginner's Guide(Third Edition)
- 21天學通Visual C++
- C語言寶典
- 計算機網絡安全
- 水下無線傳感器網絡的通信與決策技術
- 云原生架構進階實戰
- 電腦上網輕松入門
- Drupal高手建站技術手冊