AWS - IAM & Policy Management
Last updated
Last updated
Sign in to AWS Console and navigate to IAM.
In the IAM Dashboard, click on Users.
Click Add user.
Enter a User name.
Select Access type (Programmatic access, Console access, or both).
Click Next: Permissions.
Choose permissions (Attach policies, Add user to group, or Copy permissions from an existing user).
Click Next: Tags (optional) and then Next: Review.
Review the user settings and click Create user.
Download or copy the user credentials and share securely.
Sign in to AWS Console and navigate to IAM.
Go to Users, select test-user.
Under the Permissions tab, click Add permissions.
Click Attach policies directly.
Search for AmazonS3FullAccess or select appropriate S3 permissions.
Check the box next to AmazonS3FullAccess.
Click Review and then Add permissions.
Sign in to AWS Console and navigate to IAM.
Go to Users, select the user to which you want to attach permissions.
Click on the Permissions tab.
Click Add permissions.
Choose one of the following:
Attach policies directly: Select desired policies.
Add user to group: Choose a group with predefined policies.
Copy permissions from an existing user: Select another user to copy permissions from.
Click Review, then Add permissions.