Question 263:
A supermarket chain had a big data analysis system deployed in AWS. The system has the raw data such as clickstream or process logs in S3. An m3.large EC2 instance transformed the data into other formats and saved it to another S3 bucket. It was then moved to Amazon Redshift.
Answer options:
A.AWS Glue contains a crawler that connects to the S3 bucket and scans the dataset. Then the service creates metadata tables in the data catalog. B.AWS Glue automatically generates code in Java to extract data from the source and transform it to match the target schema. C.By default, AWS Glue creates a scheduler to trigger the activated tasks every minute. D.AWS Glue has a central metadata repository (Glue Data Catalog). The Glue Data Catalog is available for analysis immediately.