
Ultimate access to all questions.
Your company is using AWS Glue Data Catalog to manage metadata for various data sources. You are tasked with creating a new data source connection for a relational database. What steps should you follow to ensure the data source is properly cataloged and discoverable?
A
Use AWS Glue crawlers to automatically discover the database schema and populate the data catalog.
B
Manually create a new connection in the AWS Glue Data Catalog and define the schema for the database.
C
Create a new AWS Glue job that connects to the database and extracts the schema, then use the output to update the data catalog.
D
Use the AWS Glue console to create a new connection and configure the necessary connection properties, such as the database endpoint, credentials, and schema.