nerdexam
Amazon

SCS-C03 · Question #148

A security engineer needs to configure DDoS protection for a Network Load Balancer (NLB) with an Elastic IP address. The security engineer wants to set up an AWS WAF web ACL with a rate- based rule…

The correct answer is A. Configure the rule to use the Count action. AWS WAF rate-based rules are designed to help protect applications and resources from traffic floods and application-layer DDoS attacks by tracking the number of requests from individual source IP addresses over a rolling time window. According to the AWS Certified Security…

Submitted by lars.no· Mar 6, 2026Infrastructure Security

Question

A security engineer needs to configure DDoS protection for a Network Load Balancer (NLB) with an Elastic IP address. The security engineer wants to set up an AWS WAF web ACL with a rate- based rule statement to protect the NLB. The security engineer needs to determine a rate limit that will not block legitimate traffic. The security engineer has configured the rule statement to aggregate based on the source IP address. How should the security engineer configure the rule to protect the NLB?

Options

  • AConfigure the rule to use the Count action.
  • BConfigure the rule to use the Block action.
  • CConfigure the rule to use the Monitor action.
  • DConfigure the rule to use the Allow action.

How the community answered

(29 responses)
  • A
    79% (23)
  • B
    10% (3)
  • C
    7% (2)
  • D
    3% (1)

Explanation

AWS WAF rate-based rules are designed to help protect applications and resources from traffic floods and application-layer DDoS attacks by tracking the number of requests from individual source IP addresses over a rolling time window. According to the AWS Certified Security - Specialty Official Study Guide and AWS WAF documentation, rate-based rules can be configured with different actions, including Count, Block, and Allow. When a security engineer is determining an appropriate rate limit that will not block legitimate traffic, AWS best practices recommend initially configuring the rate-based rule with the Count action. The Count action allows AWS WAF to monitor and log requests that exceed the specified rate threshold without actively blocking them. This provides visibility into traffic patterns and enables the security engineer to analyze how the rule would behave in production. By using the Count action, the security engineer can safely evaluate whether legitimate users would be affected by the chosen rate limit. Once the engineer is confident that the threshold accurately distinguishes between normal traffic and malicious behavior, the action can later be changed to Block.

Topics

#WAF#rate-based rules#NLB#DDoS protection

Community Discussion

No community discussion yet for this question.

Full SCS-C03 Practice