クラウド管理者は Web サイトを展開しており、要件を満たすためにサイトのセキュリティを改善する必要があります。Web サイトのアーキテクチャは、バックエンドに DBaaS を配置し、ロード バランサーを使用してリクエストを分散するフロントエンドに自動スケーリング インスタンスを配置するように設計されています。クラウド管理者が使用する可能性が最も高いのは次のうちどれですか?
正解:D
A web application firewall (WAF) is a security solution that monitors and filters the traffic between a web application and the Internet. A WAF can help improve the site security by blocking malicious requests, preventing SQL injection attacks, mitigating cross-site scripting (XSS) attacks, and enforcing security policies. A WAF can be deployed as a cloud service or as a device in front of the load balancer. A WAF is more suitable than an API gateway, an IPS/IDS, or a reverse proxy for the website architecture described in the question. Reference: [CompTIA Cloud+ CV0-003 Certification Study Guide], Chapter 9, Objective 9.1: Given a scenario, apply security controls and techniques.