AWS Certified Data Engineer Associate DEA-C01 Practice Question

While investigating unexpected data-transfer charges, a data engineer must run a CloudWatch Logs Insights query that returns the single source IP address responsible for the highest cumulative bytes in VPC Flow Logs from the last hour. The log group is /aws/vpc/flowlogs and default field names are used. Which query meets the requirement?

  • fields srcAddr | stats count(*) as connections by srcAddr | sort connections desc | limit 1

  • fields srcAddr, bytes | filter @timestamp >= ago(1h) | sort bytes desc | limit 1

  • fields srcAddr, bytes | filter @timestamp >= ago(1h) | stats max(bytes) as maxBytes by srcAddr | sort maxBytes desc | limit 1

  • fields srcAddr, bytes | filter @timestamp >= ago(1h) | stats sum(bytes) as totalBytes by srcAddr | sort totalBytes desc | limit 1

AWS Certified Data Engineer Associate DEA-C01
Data Security and Governance
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