Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency, high data transfer speeds, and no commitments.
22
votes
7answers
8k views
Force CloudFront distribution/file update
I'm using Amazon's CloudFront to serve static files of my web apps.
Is there no way to tell a cloudfront distribution that it needs to refresh it's file or point out a single file that should be ...
17
votes
2answers
3k views
Serving gzipped CSS and JavaScript from Amazon CloudFront via S3
I've been looking for ways of making my site load faster and one way that I'd like to explore is making greater use of Cloudfront.
Because Cloudfront was originally not designed as a custom-origin ...
10
votes
2answers
2k views
Cloudfront serving over own SSL certificate
does anyone know if its possible to serve with cloudfront over https with your own certificate while using your own CNAME?
i can't even find a way to set up my own SSL cert over S3... so im not sure ...
7
votes
4answers
2k views
Do I need Amazon's EC2, Cloudfront, RDS?
I want to publish a web site on Amazon's servers, that:
Runs CakePHP
Uses MySQL to store data
Lets users upload audio through flash (currently using a hosted Flash Media Server), and listen to the ...
6
votes
1answer
1k views
Cloudfront CNAME vs DNS CNAME
I've set up a distribution but I'm a bit confused about the purpose of the CNAME that can be set up in Cloudfront. Assuming my assigned Cloudfront domain is d27fwrff25jcfdafa.cloudfront.net I can ...
6
votes
3answers
445 views
Balancing browser caching of images and time expiration of links to avoid bandwidth theft
We host our images on Amazon S3, and serve them through Amazon Cloudfront. We'd like to reduce our bandwidth expenses. We believe that we have quite a bit of bandwidth theft, and want to start using ...
5
votes
1answer
289 views
Video “streaming” for mobile devices with Amazon CloudFront
I maintain a video app for a client and we've just been through the process of porting the desktop site to Amazon S3 + CloudFront through the streaming distribution they offer. To be clear, I'm not ...
5
votes
2answers
2k views
When using Cloudfront, how can one set the Expires Header relative to the current Date?
We are developing a big Website, and all our Images and Resources are in Amazon S3. We are also using Cloudfront to globally distribute our Content. What we want to to, is to tell the Clients Web ...
4
votes
3answers
233 views
Rails 3 automatic asset deployment to Amazon CloudFront?
Is there a gem or method available in Rails 3.1 that can upload assets to amazon cloud front automatically and use those instead of serving locally hosted ones? I guess it's easy to upload compiled ...
4
votes
0answers
410 views
Cloudfront private content + signed urls architecture
Let me start out with a quick introduction to the architecture of a system I'm considering migrating to S3+Cloudfront.
We have a number of entities order in a tree. The leaves of the tree has a ...
4
votes
2answers
394 views
How do I change the format of Rails asset_tag URLs?
Background
I'm currently working on a Rails 3 project that I intend to use with Amazon CloudFront with a custom origin pointing back to my actual web server. This means that my web server will tell ...
3
votes
1answer
230 views
Why is Cloudfront loading scripts in my web app? (I don't use it)
I manage a secured PHP/MySQL web app with extensive jQuery use. Today, a strange error popped up in our app's logs:
JS Error: Error loading script:
...
3
votes
1answer
68 views
setup Cloudfront to never refetch assets
I have a Rails app that uses Cloudfront as its CDN and sprockets to compress assets and set long Cache-Control headers.
First request to an assets gives me response headers like so:
...
3
votes
3answers
524 views
How to combine JS/CSS for Amazon S3?
On a regular VPS site I would use Minify to compress and combine multiple CSS/JS files so the site's only using 1 or 2 HTTP requests. A site I'm working on now has it's CSS/JS files hosted on Amazon ...
3
votes
4answers
362 views
jQuery loading thru Google CDN or Amazon CloudFront. Which is better?
After reading thru stackoverflow responses, I am convinced that I have to use a CDN. But which one to use is my concern.
I searched on the Net and couldn't find any info comparing the stats of using ...
2
votes
1answer
154 views
How do you configure S3 and Cloud Front to stream HTML5 video? Tried everything
I've tried many, many different configurations, files, encoding, browsers, etc..., but this is the simplest example that demonstrates the problem I am having.
If you paste the url for the sample ...
2
votes
2answers
131 views
Django-compressor: how to write to S3, read from CloudFront?
I want to serve my compressed CSS/JS from CloudFront (they live on S3), but am unable to work out how to do it via the compressor settings in settings.py, I have the following:
COMPRESS_OFFLINE = ...
2
votes
1answer
364 views
Rails 3.1 Assets, Cache-Control, Max-Age and Expires headers
I currently have an app on Heroku Cedar stack running with Unicorn.
I also have CloudFront configured as a custom origin to host my css/js assets. However it seems like no matter which way I ...
2
votes
1answer
192 views
CloudFront + EC2 + Apache + PHP
Would setting up Amazon's CloudFront with a custom origin as an ec2 server have any performance increase to serving PHP with Apache? Basically serving all the dynamic content through CloudFront.
For ...
2
votes
1answer
154 views
Intermittent Cloudfront CDN failures (monitoring) - CDN Failover
For the past 2 months I have been experiencing Amazon Cloudfront intermittent failures (2-3 times a week) whereby the page would load from my web server but all the assets from the CDN would block in ...
2
votes
2answers
106 views
Moving my LAMP to Amazon
I have a small LAMP application that I want to move to Amazon
I will need Amazon EC2 for this, right?
I want my static resources delivered from a CDN. Does that mean I need Amazon's CloudFront along ...
2
votes
2answers
318 views
How to do the equivalent of 's3cmd setacl --acl-grant=read:82b82d.. s3://somebucket/..' in Ruby?
How can you do the equivalent of:
s3cmd setacl --acl-grant=read:82b82d14a8d011e09d86001cc029a3688cdd635ea8d011e0b499001cc029a3689052a4f4a8d011e0bd25001cc029a368 s3://somebucket/some/path/to/file
in ...
2
votes
0answers
286 views
Amazon S3 and Cloudfront with Java API
I am currently using S3 with the Java API to get objects and their content. I've created a Cloudfront distribution using the AWS console and I set my S3 bucket with my objects as the Bucket-origin. ...
2
votes
1answer
269 views
Sending file from S3 to third party FTP server using CloudFront
I have some files that are stored on S3.
On users request, I want to transfer them to FTP server of a third party site.
Amazon S3 does not support FTP/SFTP.
Currently I am downloading the file from ...
2
votes
1answer
313 views
Can I suppress the Etag header from being issued on AWS Cloudfront?
I am using Amazon's Cloudfront CDN for static assets. Couldfront issues an Etag for every GET request. I have set meta data fro all my assets with specific Cache-Control information, which (as I ...
2
votes
3answers
482 views
Access Denied with Amazon CloudFront private distribution
I'm am trying to setup CloudFront for private content distribution but I keep getting Access Denied errors when I follow the generated URL. To be clear, I have already created the CloudFront ...
2
votes
1answer
529 views
Is it possible to limit the bandwidth used by Amazon S3?
Is it possible to limit the bandwidth used by Amazon S3 or CloudFront?
So, for example, when the limit is 100 gb, every file after that is being denied?
If so, can you also limit the bandwidth at ...
2
votes
1answer
354 views
Generating unique URL based on user IP for Amazon cloudfront content
I have contents in Amazon cloudfront. These contents are private but will be given access to users when they purchase to get access to the contents for limited period of time.
I want the URLs given ...
2
votes
3answers
160 views
Different SSL-certificates for different parts of site
I have a site on example.com that loads all its static components from s.example.com (an amazon cloudfront distribution).
Now i would like to make some pages of example.com to use https so i thought ...
2
votes
2answers
293 views
Planning the development of a scalable web application
We have created a product that potentially will generate tons of requests for a data file that resides on our server. Currently we have a shared hosting server that runs a PHP script to query the DB ...
2
votes
1answer
638 views
How to run a Private Content Video from Cloudfront using RTMP with Flowplayer
Steps to reproduce:
set up S3 bucket
set up streaming disrtibution
generate cloudfront key pair
download .PEM file with RSA Private key
generate XML from RSA key using ...
2
votes
1answer
1k views
Pointing Amazon's CloudFront at an A record not a CNAME
I've found instructions to point my domain's CNAME to Amazon's CloudFront service but ideally I would like to point the root name (A record name). For example, foo.com instead of www.foo.com. Is this ...
2
votes
5answers
1k views
Create signed urls for CloudFront with Ruby
History:
I created a key and pem file on Amazon.
I created a private bucket
I created a public distribution and used origin id to connect to the private bucket: works
I created a private ...
1
vote
0answers
22 views
What is the proper way to enable Cloudfront as a Mirroring CDN for my app hosted in EC2
My asp.net mvc site includes folders for JS and CSS files.
What is the proper way to configure cloudfront to cache these files? Should my origin server name just point to
myapp.com
or
...
1
vote
0answers
35 views
Can I reset the Expires: header on objects stored on S3 and CloudFront?
I have a conflicting values for Expires: and Cache-control: headers on S3 and CloudFront. Can I update these headers and expect the corrected values to propagate quickly and cleanly?
1
vote
1answer
103 views
Accept-Encoding headers on Cloudfront serving assets from Rails 3.0.x on Heroku Cedar
When I use my Rails app to directly serve my assets through Heroku's Cedar stack (ie. NOT through a CDN) they get gzip'd automatically. (See my previous question on why I'm confused about this)
Now, ...
1
vote
1answer
90 views
Amazon CloudFront Cache invalidation strategy to ensure fresh content and cost effectiveness
I'm trying to wrap my head around what approach I should use to force CDN refreshes of user profile photos on a website where CloudFront is the CDN serving the profile photos, and S3 is the underlying ...
1
vote
1answer
69 views
Benchmarking AWS Cloudfront
Has anyone benchmarked the effect of using AWS/Cloudfront as a CDN on response times?
1
vote
0answers
104 views
nginx + Rails 3.1 + Cloudfront assets subdirectories 404 missing
I'm using Rails 3.1 asset pipeline which is served using a custom origin Cloudfront CDN.
This is what I have written in my nginx.conf to serve the assets in gzip and for caching:
...
1
vote
2answers
200 views
Amazon CloudFront creating 4 versions of my site! How to make it stop?
I've created a CloudFront distribution with the Delivery Method set to download from my website.
I only want to use this for static content (images, js, css).
But I just saw that Google has been ...
1
vote
1answer
113 views
AWS Cloudfront with Webserver, RDS and Wowza Media Server
I am setting up a website that uses Amazon EC2 as Webserver, EBS to store the data of the website and another instance of Wowza for Video on Demand streaming and it seems hard to find answers for my ...
1
vote
1answer
34 views
Amazon CloudFront: Cannot play a private video. Using Cloudberry and I don´t have RTMP or HTML options at “web url type” under “web url” tab
I´ve just downloaded the pro version of CloudBerry (I´m in the 15 day trial).
I´m testing the software, and try to get a private streaming of a flv file that I have inside my S3 account. I´m using ...
1
vote
2answers
85 views
Throttling Amazon AWS Cloudfront
I've recently setup a new site which utilises Amazon Cloudfront to distribute very large files, however Amazon is currently making so many requests to my server for so long that my entire site is ...
1
vote
1answer
100 views
TinyMCE popups not loading when using S3 and setting document.domain
My main domain is 'btaylorweb.com'. I have a subdomain 'static.btaylorweb.com' that uses a CNAME to point to my CloudFront URL.
TinyMCE is loading just fine from S3, however, my popups are blank. ...
1
vote
1answer
147 views
Allowing users to download files as a batch from AWS s3 or Cloudfront
I have a website that allows users to search for music tracks and download those they they select as mp3.
I have the site on my server and all of the mp3s on s3 and then distributed via cloudfront. ...
1
vote
0answers
60 views
How to control the number of downloads via Amazon Cloudfront
Is there a way to create a CloudFront signed url that limits the number of times that a file can be downloaded?
According to this post Controlling number of downloads on Amazon S3, you can get the ...
1
vote
3answers
215 views
Question about Amazon's Cloud Front with regards to Rails app w/image uploads
Newbish AWS question: Our Rails app currently allows image uploads via Carrierwave to an S3 bucket. Things work well...but it's starting to get a bit confusing (and cumbersome) as some original files ...
1
vote
0answers
42 views
Will files served from Cloudfront (after authentication) be cached in Browsers?
We are using cloudfront to serve video files & images. We first authenticate the request (using cfsign.pl) and then process the request. So expiring urls are generated for file delivery.
The ...
1
vote
1answer
94 views
How to secure downloads using Cloudfront
I have videos containing educational content. I'd like to distribute these videos using S3 and my DNN site. I've created my s3 bucket with all the videos.
I'd like users to be able to log in and be ...
1
vote
0answers
338 views
CloudFront image cache-control headers
1- Is this a valid cache control header:
Cache-Control: max-age=86400, s-maxage=3600
2- I am trying to set cache control headers for objects served from S3 through CloudFront. The images don't ...