What is the primary use case for AWS Glue?
a) To prepare and transform data for analytics
b) To create machine learning models
c) To store large amounts of unstructured data
d) To monitor system performance
Answer:
a) To prepare and transform data for analytics
Explanation:
AWS Glue is a fully managed ETL (Extract, Transform, Load) service that makes it easy to prepare and transform data for analytics. It automates much of the data preparation process by discovering data, suggesting transformations, and generating ETL scripts.
Glue is widely used for data integration tasks, such as cleaning and transforming raw data, before loading it into data lakes or data warehouses like Amazon Redshift for analysis.
With AWS Glue, organizations can reduce the time and effort required to prepare data, enabling faster insights and more efficient data workflows.