Create IAM User
You will need IAM user with programmatic access and with S3 Read & Write Policies attached.
Step-by-Step Guide to Creating an IAM User in AWS
Step 1: Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam/.
Step 2: In the navigation pane, choose "Users" and then select "Add user."
Step 3: Enter the user name for the new user. This will be the sign-in name for AWS.
Step 4: Select the type of access this user will have. Choose "Programmatic access."
Step 5: Click "Next: Permissions."
Step 6: On the "Set permissions" page, specify how you want to assign permissions to this user. Select "Attach existing policies directly."
Step 7: Search for "AmazonS3FullAccess," select it, and then click "Next: Review."
Step 8: To view the user's access keys (access key IDs and secret access keys), choose "Show" next to each password and access key that you want to see. To save the access keys, choose "Download .csv" and then save the file to a secure location.
Step 9: Include your Access Key and Secret Access Key in the AWS Credentials Settings tab in the admin panel as shown below.

Last updated