mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 13:22:38 +02:00
Add resource in AWS roadmap (#6387)
* Update index.md * Update src/data/roadmaps/aws/content/103-iam/102-roles/index.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# Roles
|
||||
|
||||
IAM Roles in AWS are a form of secure access control that do not directly associate with specific users or groups. Instead, trusted entities such as AWS users, applications or services (like EC2) can take on roles to obtain temporary security credentials for making AWS API requests. The structure of roles lets you delegate access with defined permissions, helping to keep your environment secure. Moreover, because roles yield temporary credentials for navigation within AWS, you won't have to deal with long-term keys.
|
||||
IAM Roles in AWS are a form of secure access control that do not directly associate with specific users or groups. Instead, trusted entities such as AWS users, applications or services (like EC2) can take on roles to obtain temporary security credentials for making AWS API requests. The structure of roles lets you delegate access with defined permissions, helping to keep your environment secure. Moreover, because roles yield temporary credentials for navigation within AWS, you won't have to deal with long-term keys.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Create Your First Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started-roles.html)
|
||||
|
Reference in New Issue
Block a user