Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
2k views

How does Amazon CloudFront compare with Limelight or Akamai?

Good morning, I am looking into an inexpensive solution to deliver content to our European customers, I came across Amazon CloudFront. I was wondering if any of you had any experience using this ...
2
votes
1answer
99 views

RSA encryption routines for Google App Engine Python

Hey, I'm trying to generate a signed url in python. Basically, I'm trying to access protected Amazon Cloudfront content from a Google App Engine server. Amazon has provided me with a pem file that has ...
1
vote
2answers
87 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
53 views

amazon cloudfront: find all assets which are cached

I need to write a task to remove all assets from our cloudfront bucket when we deploy. Currently, I do not track dynamically created assets (specifically our css files which are created via sass) in ...
1
vote
0answers
58 views

How does billing for invalid file requests in Amazon CloudFront work?

In the Amazon docs they say that Invalidation Requests No additional charge for the first 1,000 files that you request for invalidation each month. $0.005 per file listed in your invalidation ...
0
votes
0answers
13 views

How to serve gzipped content (HTML, CSS, JS) from amazon Cloudfront?

I'm serving some webpages, including css and Javascript, on amazon Cloudfront (originating on S3). What's the easiest way to specify they should be served gzipped?
0
votes
1answer
64 views

Access an S3 bucket created by another user

I'm new both to CloudFront/S3 and to CyberDuck, so please bare with me for a minute. Here's my scenario: I'm user Marius, and all I want to do is to: access an S3 bucket created by user Admin, ...
0
votes
0answers
43 views

Why can’t Amazon Web Services parse my CloudFront invalidation batch request XML document?

I’m trying to invalidate some objects I uploaded to Amazon CloudFront using their invalidation API. As per their documentation, I’m sending a POST request with an XML document as its content. The XML ...
0
votes
0answers
28 views

S3 and Cloudront CNAMEs produce different results

Has anyone noticed this happening: .s3.amazonaws.com does not show the XML list of your underlying KEYS and files... (which is desired) But if I go through CLOUDFRONT to serve these images and add ...
0
votes
1answer
36 views

ClickOnce on CloudFront Update from Origin Site

I have ClickOnce setup publish on my site. I'm using Amazon CloudFront to cache the files as close the clients as possible. The problem I now have to invalidate the app manifest every deployment. Is ...
0
votes
1answer
148 views

Does Amazon Cloudfront support HTTP pseudostreaming?

I am building an CDN on Amazon Cloudfront. Can anyone tell me if it supports HTTP pseudostreaming? Sometimes I get lost in the documentation and terminology.