Mangesh Sutar

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 »

AWS CLI Setup on Windows Machine

1.Login google and search “aws cli install windows”  use this link https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html  2.Select windows option and find this msi link and click on it . and download the setup. 3.Install this setup 4.After installation finish thee setup. Next open the cmd and type command # aws –version END

AWS CLI Setup on Windows Machine Read More »

Assigning Permissions to the User

1.Open the IAM console and select the desired user. 2.Navigate to the Permissions section and click on ‘Add permissions‘. 3.Click on ‘Add permissions’, select the ‘Attach policies directly’ option, and then either choose an existing policy or attach a custom one. 4.Use the search bar to find the desired permission, select ‘Attach policies directly’, and

Assigning Permissions to the User Read More »