Using Glue Job ETL from REST API Source to Amazon S3 Bucket Destination

   Go back to the Task List

  [« Create the VPC ]    [Create S3 Bucket »]

Create IAM Role

You now create an Amazon IAM Role which the AWS Glue Job will use for the authorization to peform the task.

  1. Go to the IAM Management Console. Click on the Roles menu item in the left and then click on the Create role button.

    Create Role

  2. Select Glue as the AWS Service on the next screen and click the Next: Permissions button.

  3. On the next screen, select AdministratorAccess as the policy and click on the Next: Tags button. In actual production use, you will not use administrative access permission. You are using it to make the job simpler for the workshop.

    Role Policy

  4. On the next screen, click on the Next: Review button.

  5. On the next screen, enter the Role name as dojo-glue-job-role and click on the Create role button.

    Role Finish

  6. The role is created in no time.