Technical requirements
For this chapter, you will need the following resources:
- An AWS account
- An AWS IAM role
- An Amazon S3 bucket
All the sample code needs to be executed in a Glue runtime (for example, the Glue job system, Glue Interactive Sessions, a Glue Studio notebook, a Glue Docker container, and so on). If you do not have any preferences, we recommend using a Glue Studio notebook so that you can easily start writing code. To use a Glue Studio notebook, follow these steps:
- Open the AWS Glue console.
- Click AWS Glue Studio.
- Click Jobs.
- Under Create job, click Jupyter Notebook, then Create.
- For Job name, enter your preferred job name.
- For IAM Role, choose an IAM role where you have enough permission.
- Click Start notebook job.
- Wait for the notebook to be started.
- Write the necessary code and run the cells on the notebook.
Let’s begin!