AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 116

A company’s DevOps engineer is working in a multi-account environment. The company uses AWS Transit Gateway to route all outbound traffic through a network operations account. In the network operations account, all account traffic passes through a firewall appliance for inspection before the traffic goes to an internet gateway.

The firewall appliance sends logs to Amazon CloudWatch Logs and includes event severities of CRITICAL, HIGH, MEDIUM, LOW, and INFO. The security team wants to receive an alert if any CRITICAL events occur.

What should the DevOps engineer do to meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because it directly addresses the requirement to create a CloudWatch metric filter specifically for CRITICAL events and set up an associated alarm to notify the security team. Option A incorrectly uses a CloudWatch Synthetics canary, which is not necessary for monitoring log events. Options C and D involve services that do not directly filter and alert on CRITICAL log events from the firewall appliance.