IAM user
S3
How to create an IAM user for access to Amazon S3.
- login as root user
- click services on left
- click IAM
- click USERS
- click Add users
- enter user name
- enter username
- select: *Access key - Programmatic access* AND *Password - AWS Management Console access*
- select Password
- select custom Password
- enter password
- deselect “user must create a new …”
- NEXT PERMISSIONS
- ATTACH existing policies
- SEARCH
- enter S3
- select AmazonS3FullAccess
- NEXT TAGS
- NEXT REVIEW
- CREATE USER
- GO TO THE SIGN IN URL and login as the IAM user

