AWS Certified Data Engineer – Associate (DEA-C01) — Question 19

A company stores daily records of the financial performance of investment portfolios in .csv format in an Amazon S3 bucket. A data engineer uses AWS Glue crawlers to crawl the S3 data.
The data engineer must make the S3 data accessible daily in the AWS Glue Data Catalog.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is the correct choice because it uses the appropriate IAM role, AWSGlueServiceRole, which is specifically designed for Glue operations, and it specifies a database name for the output, ensuring proper integration with the Glue Data Catalog. The other options either use the incorrect IAM role or do not specify a database name for the output, which does not meet the requirement for daily accessibility in the Data Catalog.