Protecting cloud resources and applications with AWS WAF and AWS Shield
AWS offers various security tools and services to help protect your cloud workloads from attacks. We will look at two of these services in this section – AWS WAF and AWS Shield.
Protecting applications with AWS WAF
AWS WAF is a web application firewall designed to protect any applications that are made available via Amazon CloudFront, the Amazon API Gateway REST API, application load balancers, or the AWS AppSync GraphQL API.
AWS WAF can help protect applications at layer 7 of the Open Systems Interconnection (OSI) model, which helps you monitor and protect traffic over HTTP and HTTPS. This allows you to protect your content from common web exploits, such as SQL injection and cross-site scripting.
You use AWS WAF to control access to your content by specifying web access control lists (web ACLs). You define rules that specify an inspection criterion with an action to take if a web request meets...