AWS : S3 + Glue and Athena

7 simple steps to integrate S3, Glue and Athena

1. Upload any Dataset on S3

2. Setup Glue Role

Select Glue from the list

3. Attach S3 and Glue Role

Tags are optional

4. Create RoleName - AWSGlueServiceRoleDefault

Check the Glue role (highlighted)

5. Glue Crawler Creation - Step by Step

Glue Crawler is created !!

6. Run the Glue Crawler

7. Go to Athena and run query on database / table

You have the data 😊

Note :

  • The steps mentioned above is for POC.

  • In Production or any organization , CloudFormation template and proper IAM roles would be utilized (Concept of least privilege)