-
Notifications
You must be signed in to change notification settings - Fork 2
Setup AWS WAF (Web Application Firewall)
MCatherine edited this page Jul 26, 2023
·
6 revisions
- Go to the AWS WAF service, select the Web ACLs on the left, and then "Create web ACL"


- And then we need to set some security rules. For our starting point, we'll select the following rules from the AWS managed rule groups:
- Amazon IP reputation list (AWS-AWSManagedRulesAmazonIpReputationList)
- Core rule set (AWS-AWSManagedRulesCommonRuleSet)
- Known bad inputs (AWS-AWSManagedRulesKnownBadInputsRuleSet)
- Linux operating system (AWS-AWSManagedRulesLinuxRuleSet)
- SQL database (AWS-AWSManagedRulesSQLiRuleSet)



- Find our cloudfont distribution click "Edit" for setting


- Go to "Stages" and "Settings" for our current version, select the AWS WAF we created for api gateway

It's hard to test that for CloudFont because of the cache. We could only test the api gateway. So change the default web ACL action from "allow" to "block", and verify the api web page is no longer accessible, and the api call is not working anymore.
- Environment Management
- Release Management
- Creating a Release
- Database Backups and Restores
- OIDC Client Testing
- FAM Onboarding Ops Guide
- Setup AWS CloudWatch
- Setup AWS EC2 instance to connect to RDS Postgres Database
- Technical Troubleshooting
- Managing Terraform State
- Enable Cloudwatch Logs for API Gateway
- Update AWS CloudFront Certificate
- Verify IDIM BCeID Client SOAP Web Service