From 131955458afab20caa24b3c011c88185a406e1cb Mon Sep 17 00:00:00 2001 From: Brunno Soares Date: Fri, 9 Aug 2024 20:26:09 -0300 Subject: [PATCH] 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 --- src/data/roadmaps/aws/content/103-iam/102-roles/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/aws/content/103-iam/102-roles/index.md b/src/data/roadmaps/aws/content/103-iam/102-roles/index.md index da936adc0..5459cda40 100644 --- a/src/data/roadmaps/aws/content/103-iam/102-roles/index.md +++ b/src/data/roadmaps/aws/content/103-iam/102-roles/index.md @@ -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. \ No newline at end of file +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)