
Ultimate access to all questions.
You are designing a data pipeline where data from multiple sources needs to be cataloged using AWS Glue. Describe how you would set up AWS Glue crawlers to efficiently populate the data catalog with metadata from these diverse sources, including databases, S3 buckets, and external APIs.
A
Create a single AWS Glue crawler to handle all data sources.
B
Develop custom scripts for each data source to manually update the AWS Glue Data Catalog.
C
Configure multiple AWS Glue crawlers, each tailored to a specific data source type.
D
Use a combination of AWS Glue crawlers and manual entries to manage metadata from diverse sources.