Skip to content

Commit

Permalink
update header level
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Nov 3, 2023
1 parent 20f5d84 commit 2312a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/technology/malicious-traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In order to mitigate the effect of traffic surges on the platform, cloud.gov inc
- Traffic coming through CloudFront is rate limited with a [CHALLENGE action][challenge action] to **2000 requests** per **forwarded IP address** per 5 minutes
- Traffic not coming through CloudFront is rate limited with a [CHALLENGE action][challenge action] to **2000 requests** per **source IP address** per 5 minutes

## AWS CloudFront & CDNs
### AWS CloudFront & CDNs

Another protection against traffic surges available on the platform is the ability to use [Amazon CloudFront as a CDN for your application](({{ site.baseurl }}{% link _docs/services/external-domain-service.md %})). Among its other benefits, CloudFront can cache requests based on configurable patterns. Since cached requests will be handled by CloudFront and not reach your application, they offer some protection against floods of traffic.

Expand Down

0 comments on commit 2312a7c

Please sign in to comment.