Add AWS policies resource (#6386)
* Update index.md * Update src/data/roadmaps/aws/content/103-iam/100-policies/index.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6470/head
parent
131955458a
commit
e911df4477
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# Policies |
||||
|
||||
Policies in Amazon IAM (Identity and Access Management) are documents that act as containers for permissions. They are expressed in JSON format in IAM and they define the actions, effects, resources, and optional conditions. There are two types of policies: identity-based policies and resource-based policies. Identity-based policies are attached to an IAM identity, and resource-based policies are attached to a resource. These policies specify what actions are allowed or denied on what resources, under what conditions. They are your primary tool in defining and managing permissions in AWS. |
||||
Policies in Amazon IAM (Identity and Access Management) are documents that act as containers for permissions. They are expressed in JSON format in IAM and they define the actions, effects, resources, and optional conditions. There are two types of policies: identity-based policies and resource-based policies. Identity-based policies are attached to an IAM identity, and resource-based policies are attached to a resource. These policies specify what actions are allowed or denied on what resources, under what conditions. They are your primary tool in defining and managing permissions in AWS. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Permissions and Policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_access-management.html) |
||||
|
Loading…
Reference in new issue