AWS Certified Data Engineer Associate DEA-C01 Practice Question

An AWS Glue ETL job writes driver logs to the log group /aws-glue/jobs/output in JSON format. Each log event contains the fields level, message, and jobRunId. You must use CloudWatch Logs Insights to quickly show a count of unique jobRunId values that logged the string "ERROR TimeoutException" during the last 24 hours, while minimizing query cost. Which query meets these requirements?

  • filter message like /ERROR TimeoutException/ | stats count(jobRunId)

  • fields message, jobRunId | filter message like /ERROR TimeoutException/ | stats count_distinct(jobRunId) as affectedRuns

  • fields @timestamp, jobRunId, message | filter message like /TimeoutException/ | stats count_distinct(message)

  • fields @timestamp, jobRunId, message | sort @timestamp desc | filter message like /ERROR TimeoutException/ | limit 1000 | stats count_distinct(jobRunId)

AWS Certified Data Engineer Associate DEA-C01
Data Operations and Support
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot