Generate IAM user and access key

Generate IAM user and access key

  1. Go to IAM service administration interface
  • Click Users.

Role

  1. Click Add users

Role

  1. Set User name as IAMAccessKey. We will generate access after we created this IAM user.

Role 4. Click Attach existing policies directly.

  • In the Filter policies box, enter S3.
  • Click AmazonS3FullAccess, we will grant full access to access and upload files to the S3 bucket we created in the previous step.
  • Click Next to review your configure

Role

  1. Click Create user Role

  2. After creating a successful user, go to Security Credential tab

  • Scroll down and find Create access key Role Role
  1. Choose Use case: Command Line Interface (CLI), also choose Confirmation Role
  2. Set description tags to default. Then select Crete access key Role
  3. Please save the Access key ID + Secret access key value pair to serve the following steps of the workshop. You can also click Download .csv to download the Access key ID + Secret access key as csv. Role Next we will use the generated access key and secret access key to upload a file to the S3 bucket.