Add AWS IAM resource (#6385)
* Update index.md * Update src/data/roadmaps/aws/content/103-iam/index.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6470/head
parent
e911df4477
commit
f5c8084946
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# IAM |
||||
|
||||
IAM, or Identity and Access Management, in AWS is a service that enables you to manage access to AWS services and resources securely. It allows you to create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources. The service includes features like shared access to your AWS account, granular permissions, identity federation (including active directory integration), multi-factor authentication (MFA), and providing temporary access for users, among others. IAM is a universal system, meaning it's globally accessible and does not depend on specific regions. |
||||
IAM, or Identity and Access Management, in AWS is a service that enables you to manage access to AWS services and resources securely. It allows you to create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources. The service includes features like shared access to your AWS account, granular permissions, identity federation (including active directory integration), multi-factor authentication (MFA), and providing temporary access for users, among others. IAM is a universal system, meaning it's globally accessible and does not depend on specific regions. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@IAM - User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html) |
||||
|
Loading…
Reference in new issue