Como faço para a expiração de página única 1 hora do CloudFront

1

Estou usando o CloudFront para distribuir conteúdo de um dos meus domínios. Não há tie-in S3 aqui. Por padrão, o conteúdo expira após 24 horas, o que é bom para a maioria dos dados no site, no entanto, há algumas páginas nas quais gostaria de ter apenas um limite de cache de 1 hora. Como faço para definir isso?

    
por Macgyver 17.01.2012 / 23:15

1 resposta

1

A partir do FAQ do CloudFront :

Q. How long will Amazon CloudFront keep my files at the edge locations? By default, if no cache control header is set, each edge location checks for an updated version of your file whenever it receives a request more than 24 hours after the previous time it checked the origin for changes to that file. This is called the “expiration period.” You can set this expiration period as short as 1 hour, or as long as you’d like, by setting the cache control headers on your files in your origin. Amazon CloudFront uses these cache control headers to determine how frequently it needs to check the origin for an updated version of that file. If your files don’t change very often, it is best practice to set a long expiration period and implement a versioning system to manage updates to your files.

    
por 18.01.2012 / 02:49