Query and analyze data in S3 using standard SQL.
Integrates with AWS Glue Data Catalog to crawl data in S3 and create schemas and tables. This process can be automatic or manual.
PrestoDB - open source SQL query engine with support for multiple relational and non-relational databases.
Creating a table with a schema manually for a dataset. This can also be done automatically with AWS Glue crawlers
Querying the data in S3 using SQL in the query editor.
Note:
- Dissimilar datasets in S3 need to be organised into folders for query to show data based on the crawled table and schema
- See AWS Athena FAQ for more info