How to Use AWS Glue to Move and Transform Data
Open AWS Glue Create a Database The database will store metadata about your tables. Create a Crawler A crawler scans your data source (like S3) and automatically builds a table in the Glue Data Catalog. When it finishes, you’ll see a new table under your Glue database. Create an ETL Job Now we’ll transform and move the data. AWS Glue will now extract, transform, and load your data to the target bucket. Check the Output