Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have been asked to synchronize partitions in an AWS Glue Data Catalog with the latest data in an S3 bucket. The data in the S3 bucket is partitioned by date. What is the most efficient way to update the data catalog with the latest partitions?
A
Manually update the data catalog by adding each new partition individually.
B
Use an AWS Glue crawler to scan the S3 bucket and update the data catalog with the latest partitions.
C
Create an AWS Glue job that reads the data from the S3 bucket and writes the updated partitions back to the data catalog.
D
Configure the S3 bucket to automatically notify AWS Glue when new partitions are added, and use AWS Glue to update the data catalog.