SAGARFIVE

Category: AWS IAM – User Administration

 Inline policies

Policies that you add directly to a single user, group, or role from their menus.   It maintains a strict one-to-one relationship between a policy

Read More »

 AWS Managed policies

Policies created and managed by AWS, By clicking on Policies you can see the list of policies, here the policy which start with this icon  are AWS managed

Read More »

Identity Based Policy

  Identity-based policies are JSON permissions policy documents that control what actions an identity (users, groups of users, and roles) can perform. further categorized into

Read More »

AWS IAM Policy Types

AWS supports six types of policies: Identity-based policies, Resource-based policies, Permissions boundaries, Organizations SCPs, ACLs, and Session policies.

Read More »

AWS IAM Policies

By default these entities start with no permissions to access AWS Services, Permissions are granted to IAM entities (users, groups, and roles) using these Policies.

Read More »

Creating IAM User Group

If you have to create Multiple IAM users with Complicated(Multiple Permissions) Policies. It takes huge time, instead of adding individual policies, Create a group –

Read More »