Best Practices for DDoS
I found this document from Google that explains the best practices to this cases.
- GCP load balancing solution has DDoS mitigations built-in lowering the attack surface:
- configure ingress firewall rules (like iptables)
- network load balancing has port filtering. Any port that is not loadbalanced is dropped by GCP highly scaling frontend infrastructure
- HTTP/HTTPS loadbalancing can absorb and protect from IP spoofing and large SYN flood attacks.
- it has also fair-share allocation built-in
Google Cloud Platform provides a number of features to defend against DDoS attacks.
You can use these in conjunction with the above mentioned best practices and other
measures tailored to your requirements to make your GCP deployment resilient to DDoS
attacks.
Comentarios
Publicar un comentario