Creating users and groups in Amazon Web Service (AWS)

geekdudes

From AWS console click IAM under Security,Identity and Compliance

1

Click Users-Add user

2.png

Select access type:whether user will have access to AWS console or through development tools (ssh for example)

3.PNG

We can add user to group,copy permissions from existing user or assign permissions to user directly

4

We can choose one of available permissions set and see details clicking on selected “triangle”

5.PNG

6.PNG

We can also see details clicking JSON tab

7.PNG

8.PNG

On the same way we can also create groups

9.png

Remember, we can set permission for user and for group

10.PNG

And we can add user to group,delete group and remove user from group

11

Password policy

From IAM menu click Account Settings,

from here we can set password rules

11.pngRoles

With roles setting we set how one AWS service interacts with other AWS service

For example,if we want Amazon Redshift (data warehouse) role to interact with

Cognito (add user sign-up and sign-in and manage permissions…

View original post 26 more words

Leave a comment