nerdexam
Google

PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #209

Your application is deployed as a highly available, cross-region solution behind a global external HTTP(S) load balancer. You notice significant spikes in traffic from multiple IP addresses, but it…

The correct answer is A. Configure a throttle action by using Google Cloud Armor to limit the number of requests per client. The throttle action in Google Cloud Armor rate-limits requests from a client - allowing traffic to continue but capping it at a configured threshold over a time window. This is the right choice when the malicious nature of the traffic is uncertain, because it reduces the blast…

Submitted by asante_acc· Apr 18, 2026Configuring network security

Question

Your application is deployed as a highly available, cross-region solution behind a global external HTTP(S) load balancer. You notice significant spikes in traffic from multiple IP addresses, but it is unknown whether the IPs are malicious. You are concerned about your application's availability. You want to limit traffic from these clients over a specified time interval. What should you do?

Options

  • AConfigure a throttle action by using Google Cloud Armor to limit the number of requests per client
  • BConfigure a rate_based_ban action by using Google Cloud Armor and set the ban_duration_sec
  • CConfigure a firewall rule in your VPC to throttle traffic from the identified IP addresses.
  • DConfigure a deny action by using Google Cloud Armor to deny the clients that issued too many

How the community answered

(63 responses)
  • A
    73% (46)
  • B
    8% (5)
  • C
    3% (2)
  • D
    16% (10)

Explanation

The throttle action in Google Cloud Armor rate-limits requests from a client - allowing traffic to continue but capping it at a configured threshold over a time window. This is the right choice when the malicious nature of the traffic is uncertain, because it reduces the blast radius of a potential attack without completely cutting off potentially legitimate users. Option B (rate_based_ban) temporarily bans clients after they exceed a threshold, which is more aggressive and appropriate when malicious intent is confirmed. Option C (VPC firewall rules) cannot perform rate limiting - they are binary allow/deny. Option D (deny action) permanently blocks clients, which is inappropriate when the traffic's legitimacy is unknown.

Topics

#Google Cloud Armor#Rate limiting#Traffic management#Application security

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-SECURITY-ENGINEER Practice