IAM (Identity and Access Management)

IAM (Identity and Access Management)

Attach permissions to users  using AWS CLI

1.First login to your system and open cmd on local machine or open your cloud shell on console . 2.If you want to check user permission on aws cli , use following command. Command – # aws iam list-attached-user-policies –user-name <user-name> 3.Here allready attached some policies, but we want to attached new policies on new

Attach permissions to users  using AWS CLI Read More »

Attach permission to group using AWS CLI

1. Log in to your local machine’s CLI or AWS CloudShell (we will use the local machine CLI). 2. Check group permission , use following command Command –  # aws iam list-attached-groups-policies –group-name cloudteam 3.Now we attached EC2 full access permision , so use following command. Command – # aws iam attach-group-policy –group-name <group-name> –policy-arn

Attach permission to group using AWS CLI Read More »