O Amazon s3 é necessário se estou usando o Cloudfront para arquivos

4

Estou planejando hospedar um site no Amazon Ec2 instant. Eu tenho algumas noções básicas dos docs. Mas tenho poucas confusões.

Se estou usando o cloudfront para CDN, eu realmente preciso dos arquivos do servidor do s3? O site que estou hospedando é construir no Drupal. Tem alguma diferença de desempenho?

    
por Safwan Erooth 04.02.2013 / 18:49

1 resposta

6

Você não precisa usar o S3 como origem de uma distribuição do CloudFront, você pode especificar um servidor HTTP arbitrário. Existem algumas limitações no entanto; da documentação do CloudFront :

A custom origin is an HTTP server, for example, a web server. The HTTP server can be an Amazon EC2 instance or an HTTP server that you manage privately. When you use a custom origin, you specify the DNS name of the server, along with the HTTP and HTTPS ports and the protocol that you want CloudFront to use when fetching objects from your origin.

Most CloudFront features are supported when you use a custom origin with the following exceptions:

  • Streaming distributions—Not supported.

  • Private content—Although you can use a signed URL to distribute content from a custom origin, for CloudFront to access the custom origin, the origin must remain publicly accessible. For more information, see Serving Private Content through CloudFront.

    
por 04.02.2013 / 18:55