QuestionQ259
Data Operations and SupportA company uses an Amazon QuickSight dashboard to track usage of one of its applications. The company uses AWS Glue jobs to process data for the dashboard and stores the data in a single Amazon S3 bucket. The company adds new data each day.
A data engineer finds that dashboard queries are slowing over time. The data engineer identifies long-running AWS Glue jobs as the cause of the slower queries.
Which actions should the data engineer take to improve AWS Glue job performance?
Choose two
- A Partition the data that is in the S3 bucket. Organize the data by year, month, and day.
- B Increase the AWS Glue instance size by scaling up the worker type.
- C Convert the AWS Glue schema to the DynamicFrame schema class.
- D Adjust AWS Glue job scheduling frequency so the jobs run half as many times each day.
- E Modify the IAM role that grants access to AWS glue to grant access to all S3 features.
Community Discussion