Part A – Generating AWS S3 User, Access key ID, Secret access key using below steps:-
Login to AWS account using your credentials
Open IAM from services menu as shown below.
Click users from the below window.
Then click add user and choose any name of your choice.
Enter user name and select Programmatic access only & click Next
Select Attach existing policies directly then type s3 in Filter box and then select AmazonS3FullAccess finally click Next.
This step is optional, you can skip this.
Finally, click Create user and user will be created.
You must copy and store key […]