- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 62字
- 2021-07-09 18:18:31
Named profiles
In addition to the default profile, you can configure other, named profiles. This is useful for switching between users with different levels of access (for example, read-only and administrator) or even between users in different accounts.
aws configure --profile <profile-name>
Once you have responded to the prompts, you can reference the named profile by passing the --profile <profile-name> option with your command.
推薦閱讀
- 高性能混合信號ARM:ADuC7xxx原理與應用開發
- Learning Microsoft Azure Storage
- JavaScript實例自學手冊
- 7天精通Dreamweaver CS5網頁設計與制作
- Hands-On Linux for Architects
- Windows內核原理與實現
- 工業機器人應用案例集錦
- 人工智能趣味入門:光環板程序設計
- DevOps Bootcamp
- 軟件工程及實踐
- Applied Data Visualization with R and ggplot2
- Linux Shell編程從初學到精通
- Apache源代碼全景分析(第1卷):體系結構與核心模塊
- 單片機技術項目化原理與實訓
- Hands-On Deep Learning with Go