- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 175字
- 2021-07-15 17:09:18
Identify and Access Management
AWS Identity and Access Management (IAM) lets you create users and control access for those users on AWS services using policies. IAM allows you to do the following things:
- Manage IAM users and their access: You can create users in IAM, assign them individual security credentials (access keys, passwords, and multi-factor authentication devices), or request temporary security credentials to provide users access to AWS services and resources. You can manage permissions in order to control which operations a user can perform.
- Manage IAM roles and their permissions: You can create roles in IAM, and manage permissions to control which operations can be performed by the entity or AWS service that assumes the role. You can also define which entity is allowed to assume the role.
- Manage federated users and their permissions: You can enable identity federation to allow existing identities (for example, users) in your enterprise to access the AWS Management Console, to call AWS APIs, and to access resources without the need to create an IAM user for each identity.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Modular Programming with Python
- HTML5 移動Web開發從入門到精通(微課精編版)
- Python貝葉斯分析(第2版)
- C語言課程設計
- JavaScript入門經典
- Android開發:從0到1 (清華開發者書庫)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 用案例學Java Web整合開發
- 30天學通C#項目案例開發
- 分布式架構原理與實踐
- 數據結構:Python語言描述
- 交互設計師成長手冊:從零開始學交互
- Java程序設計(項目教學版)
- JavaScript程序設計基礎教程(慕課版)