After a citizen complaint, engineers must find all log events that mention a specific permitId across thousands of lines. Which approach extracts those events quickly?
Select an answer to reveal the explanation.
Short Explanation
Logs Insights is the metal detector for one permitId in a haystack of civic noise. Scrolling raw downloads or turning logging off will not find the citizen's trail fast.
Full Explanation
CloudWatch Logs Insights lets developers query large volumes of log data for relevant fields or patterns such as a permit identifier. Manual scrolling, disabling logs, or inspecting only a single recent view does not scale for targeted investigation across many streams.