Skip to content

Commit

Permalink
Reverse proxy: Link to cloud provider best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Apr 12, 2024
1 parent ce18589 commit 39e6057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/tactics/reverse-proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ cloud-based proxies are the most effective at mitigating DDoS attacks.
The following are the most popular providers of internet/transport and application layer proxies:

- [Akamai](https://www.akamai.com/).
- AWS: [API Gateway](https://aws.amazon.com/api-gateway/), [CloudFront](https://aws.amazon.com/cloudfront/) (HTTP proxy), and [Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/).
- [Azure Load Balancer](https://azure.microsoft.com/solutions/load-balancing-with-azure/).
- AWS: [API Gateway](https://aws.amazon.com/api-gateway/), [CloudFront](https://aws.amazon.com/cloudfront/) (HTTP proxy), and [Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/). See also their best practices for [DDoS mitigation](https://docs.aws.amazon.com/whitepapers/latest/aws-best-practices-ddos-resiliency/best-practices-for-ddos-mitigation.html) and [load balancing](https://aws.github.io/aws-elb-best-practices/security/infrastructure_protection/).
- [Azure Load Balancer](https://azure.microsoft.com/solutions/load-balancing-with-azure/). See also [Azure DDoS Protection documentation](https://learn.microsoft.com/en-us/azure/ddos-protection/).
- [Cloudflare](https://www.cloudflare.com/).
- [Fastly](https://www.fastly.com/).
- [Google Cloud Load Balancing](https://cloud.google.com/load-balancing/).
- [Google Cloud Load Balancing](https://cloud.google.com/load-balancing/). See also [Google Cloud Armor](https://cloud.google.com/security/products/armor), and [its best practices](https://cloud.google.com/armor/docs/best-practices).
- [Incapsula](https://www.incapsula.com/).
- [Netscout Arbor](https://www.netscout.com/arbor).

Expand Down

0 comments on commit 39e6057

Please sign in to comment.