Topic 1 Question 283
A security engineer has noticed an unusually high amount of traffic coming from a single IP address. This was discovered by analyzing the Application Load Balancer’s access logs.
How can the security engineer limit the number of requests from a specific IP address without blocking the IP address?
Add a rule to the Application Load Balancer to route the traffic originating from the IP address in question and show a static webpage.
Implement a rate-based rule with AWS WAF.
Use AWS Shield to limit the originating traffic hit rate.
Implement the GeoLocation feature in Amazon Route 53.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
WS WAF (Web Application Firewall) allows you to create rate-based rules that can limit the number of requests from a specific IP address. This way, you can control the traffic without completely blocking the IP address, ensuring that legitimate traffic is still allowed through at a controlled rate.
👍 1Pmktechno2024/12/29
シャッフルモード