CloudFront - Os usuários solicitam arquivos estáticos sem parar para aumentar sua fatura?

2

Eu tive essa estranha pergunta uma vez.

Se eu estiver usando o CloudFront como meu CDN, pago por solicitações feitas em meus arquivos estáticos.

Então, vem o pensamento. Alguém pode continuar solicitando o mesmo arquivo sem interrupções (com um script ou algo assim) para aumentar sua fatura? Parece-me ser uma questão bastante justa, não é?

    
por Jonathan Rioux 03.03.2012 / 05:14

3 respostas

9

Claro - é chamado de "Negação Econômica da Sustentabilidade". Não é uma quantia enorme que você possa fazer sobre isso. Não espere que qualquer provedor de CDN que cobra pelo byte implemente agressivamente qualquer contramedida, porque é de seu interesse servir (e cobrar por você) o máximo de tráfego possível.

    
por 03.03.2012 / 05:33
1

A resposta é um pouco datada. Em 2017, o CloudFront oferece proteções do DOS por meio do AWS Shield . A camada Standard é oferecida gratuitamente a todos os clientes da AWS, incluindo o CloudFront. Para recursos adicionais, você pode ir para o AWS Shield Advanced. Dos documentos:

AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards web applications running on AWS. AWS Shield provides always-on detection and automatic inline mitigations that minimize application downtime and latency, so there is no need to engage AWS Support to benefit from DDoS protection. There are two tiers of AWS Shield - Standard and Advanced.

All AWS customers benefit from the automatic protections of AWS Shield Standard, at no additional charge. AWS Shield Standard defends against most common, frequently occurring network and transport layer DDoS attacks that target your web site or applications.

For higher levels of protection against attacks targeting your web applications running on Elastic Load Balancing (ELB), Amazon CloudFront, and Amazon Route 53 resources, you can subscribe to AWS Shield Advanced. In addition to the common network and transport layer protections that come with Standard, AWS Shield Advanced provides additional detection and mitigation against large and sophisticated DDoS attacks, near real-time visibility into attacks, and integration with AWS WAF, a web application firewall. AWS Shield Advanced also gives you access to the AWS DDoS Response Team (DRT) and protection against DDoS related spikes in your ELB, CloudFront or Route 53 charges.

AWS Shield Advanced is available globally on all Amazon CloudFront and Amazon Route 53 edge locations. You can protect your web applications hosted anywhere in the world by deploying Amazon CloudFront in front of your application. Your origin servers can be Amazon S3, Amazon EC2, Elastic Load Balancing, or a custom server outside of AWS. You can also enable AWS Shield Advanced directly on Elastic Load Balancing in the following AWS Regions - Northern Virginia, Oregon, Ireland, and Tokyo.

Também há diretivas de rede individuais disponíveis para o CloudFront, se você gosta de fazer as coisas manualmente também.

    
por 18.05.2017 / 18:59
0

Dê uma olhada no CloudFlare - acho que não seria um problema com o CDN deles.

    
por 06.03.2012 / 06:07