- Login to AWS IAM console.
- In the left pane click on “Users”
- Click on “Add user”
b) Access Type: Check Programmatic Access.
- Click Next
b) Search for AmazonS3FullAccess and select it.
- Click Next.
- Review everything and click “Create user”
In this tutorial we have selected the existing S3 policy but you can also attach your own customized policy to make the access more secure.
Congrats you have created an IAM user successfully. You can use this to access S3 using CLI. Check this post for details.