Allows to build structure on top data that is stored in S3 (Simple Storage Service)
It is similar to External Table concept in Apache Hive
It is an serverless service (No infrastructure to manage)

When creating an external table we have two options:

  • Use AWS Glue Crawler to crawl the data and automatically create the schema
  • Manually specify the columns that are going to be present in the data