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.

learn more… | top users | synonyms (2)

0
votes
0answers
6 views

CloudFront URL signature works fine for RTMP, why won't it work for download URL?

I've written a PHP script that generates a signed CloudFront URL for RTMP with use in Flowplayer that's working just fine, but when I use the same signature generation method to create a download URL ...
0
votes
1answer
13 views

How to check if a file exists into s3 bucket

I'm moving my site to Amazon S3 and Cloudfront, since these are all public resources I suppose to enable s3 website hosting. But I would like to understand what's best (and cheaper) way to access my ...
-1
votes
1answer
34 views

CDN vs Dedicated server from same location [closed]

We have our PHP application hosted on EC2 Singapore region. 90% of our users are based in India. We are planning to remove static content like js and css from our application and host it in Amazon S3 ...
0
votes
0answers
9 views

Cloudfront/S3 Caching Issue

We have moved our static web content to Amazon's CloudFront, backed by S3. We've successfully applied the caching-related meta data to the objects, and when viewing the response headers for the ...
0
votes
2answers
26 views

Fonts served over Cloudfront from s3 are forbidden

I am using Cloudfront to serve assets stored in s3. Most of the files work fine, but some do not, specifically my fonts. I am completely stumped as to why: ...
-4
votes
0answers
27 views

What does it take to build a cloud-based SaaS Web app? [closed]

I joined this forum because I was hoping to learn from experts in programming. I know next to nothing about it. I would really appreciate the help of you all. I want to develop a web app for lawyers, ...
0
votes
1answer
35 views

AWS CloudFront, `Vary` header and content negotiation

I'm trying to implement content negotiation based on client Accept headers so that clients that accept image/webp get webp images while clients that don't get plain old jpeg. webp and jpeg image are ...
0
votes
1answer
22 views

Webpage doesn't display images from Cloudfront?

I have a strange issue on my site where I am able to browse to an image, however I can't get it to display using HTML. HTML as follows: <img ...
1
vote
1answer
42 views

How can I retrieve and parse just the html returned from an URL?

I want to be able to programmatically (without it displaying in the browser) send an URL such as ...
0
votes
1answer
11 views

can I use www as a cname for cloudfront domain if my domain already redirects to www

I'm trying to use cloudfront on my whole web site, but I want to use my domain name instead of the cloudfront one. Currently (before cloudfront) all request to my domain example.com are redirected by ...
0
votes
1answer
17 views

Amazon CloudFront CDN download usage increasing (but not traffic nor requests)

I’m looking for some advice or opinion as I’m not an expert in how Amazon CloudFront works. I run an origin pull CDN through Amazon CloudFront for a self-hosted WordPress installation. It has been ...
0
votes
0answers
12 views

download from cloudfront only if modified

I am fighting trying to make the following architecture. I have a file 'data.json' on amazon S3. Now and then that file gets updated. S3 is connected with cloudfront. In a webapp, every 10s, I want ...
0
votes
1answer
32 views

Is it possible to set Amazon CloudFront cache to far-future expiry?

How do I change the cache expiry in CloudFront on AWS? I can't see a way to do it and I think I saw an old post of a few years ago on here was somebody said it couldn't be done. I've gone through ...
0
votes
0answers
11 views

Finding origin of cloudfront files

On akamai, I can send certain headers to get cache keys back, or certain Chrome plugins do this for you anyway. The majority of the time, the cache key contains the origin. Therefore, you can ...
0
votes
0answers
19 views

Wordpress MU Cloudfront. Trailing slash redirect goes to wrong domain

I'm having some trouble with redirects within wordpress redirection causing the domain to change. Example: Site - noncdn.somedomain.com CDN URL - www.domain.com When I open links w/o a trailing ...
3
votes
1answer
121 views

twitter bootstrap icons are not showing,when assets is serving through amazon cdn

I am working on RoR. Using twitter bootstarp for my website front end design. And planning to use amazon cdn as asset host. I pushed all the static files to amazon. I am using amazon-s3 as cdn origin. ...
0
votes
1answer
54 views

Cloudfront without S3

So, I want to use Amazon Cloudfront to serve all images (and some scripts) for my website using my server as the fallback (origin). However it seems it keeps defaulting to the version on my server. I ...
0
votes
0answers
17 views

How to switch CloudFront's domain name

Our site allows users to generate their own content (their images are stored on Amazon S3). Because it is image heavy, the site is slow. To speed things up we've enabled CloudFront but I can't seem ...
0
votes
0answers
33 views

how to prevent to steal my video using amazon cloudfront

i have created distribution id.It has following property Array ( [id] => E3VYXDXV1O9WXQ [status] => Deployed [time] => 1365430752 [domain] => d1fhielx2etku.cloudfront.net ...
1
vote
0answers
39 views

Google Chrome Frame and Amazon Cloud Front CDN Timeout?

Our company is currently experiencing an issue with Google Chrome Frame enabled browsers and a third party site that utilizes an Amazon CloudFront CDN. For all CSS and JS files on the CDN, chrome sits ...
0
votes
1answer
48 views

Does Amazon cloudfront serve the background homepage image or heroku? (rails app)

This is what I have inside production.rb (production environment) file. #Enable serving of images, stylesheets, and JavaScripts from an asset server config.action_controller.asset_host = ...
0
votes
0answers
31 views

Cloudfront and Carrierwave URL

I added the following line to my carrier wave initializer...so that it would use cloud front... config.asset_host = 'http://myurl.cloudfront.net' However, my URLs still appear to have the old ...
0
votes
0answers
72 views

Cloudfront images loading slowly

I set up Cloudfront/S3 with Dragonfly in my Rails application, but the images are now loading very slowly. I checked the header in my browser's web inspector and it says "X-Rack-Cache:miss, store". ...
0
votes
1answer
41 views

Programmatically add meta data for MP4

I have a server from where a single consumer me download MP4 files. I would like to add the username to the meta-data of the file at the time the user clicks "download". Amazon does something like ...
0
votes
0answers
41 views

Cloudfare CDN cross-domain requests

After looking the official docs at http://developers.cloudflare.com/ and searching cant found, yet, any documentation about the Cloudfare CDN service that allow to set or tweak CORS polices. I know ...
1
vote
1answer
114 views

What are the alternatives if RTMP and RTMPT both are blocked even at port 80

We are using cloudfront for video streaming(which internally usage adobe media server) with JWPLayer 5.9. At few of our clients location RTMP port 1935 is blocked, then it does fall back on RTMPT at ...
0
votes
1answer
41 views

Create S3 bucket first or Cloudfront Distribution?

When I initially setup Cloudfront, I created the Cloudfront Distribution first. It was very confusing because at the time, I knew nothing about the S3 Management Console. The S3 MC is where you ...
0
votes
2answers
187 views

Amazon S3 - CloudFront: Cost estimate

Have to come up with a proposal to use Amazon S3 with CloudFront as CDN. One of the important thing is to do a cost estimate. I read over AWS website and forums, used their calculator, but couldn't ...
0
votes
1answer
31 views

Time of logs of cloud front

I try to collect cloud-front-logs from S3's bucket and put those it into database. Date time of logs in these files are really problem. Is it logged in the time of Standard Time? or the time of ...
2
votes
2answers
223 views

HTTPS for Amazon S3 static website

I want to host a HTTPS-only static website using Amazon S3 and CloudFront. Here's what I've done so far: Set up an S3 bucket for static website hosting and put my website files in it Created a ...
0
votes
1answer
51 views

How to allow CloudFront to access certain S3?

I'm new to AWS. Now I want to write a java code to use CloudFront to access a s3. I create a S3 bucket. But I don't know how to get cloudfront object using S3 credentials. I read the AWS JAVA API, ...
0
votes
1answer
73 views

Monitoring and scaling WebSphere AS on Amazon WS

I have deployed a web app in AWS server with WebSphere Application Server. Is this possible to monitor: WebSphere Applicaiton Server server status capacity monitoring? uptime using Amazon ...
0
votes
0answers
46 views

Migrating s3 download to CloudFront from iOS / Android app

We have iOS and Android apps that download files for s3. Since we have worldwide customers, so we would like to migrate to CloudFront. I understand that in order to do that, I need to construct a url ...
-2
votes
1answer
76 views

How many servers & what equipment needed to start a file storage/Backup service? [closed]

I want to start my own file storage/backup service like Dropbox, Skydrive, Box etc. I have 60000 customers. I want to give each customer 1GB free space (lifetime). That means I need 60TB of storage. I ...
0
votes
1answer
51 views

Amazon Cloudfront is not fast enough even in Hong Kong

I know that Amazon Cloudfront will increase downloading speed. However, it said they have server in Hong Kong, I compared it with my other local webhosting company, It still seems that the ...
0
votes
0answers
74 views

amazon s3 slow streaming with presignedurl

Im having an issue with streaming speeds from amazon s3 on ios. I am using the getPreSignedURL api call to get the new auth url and setting the content url of MPMoviePlayerController to this new url. ...
0
votes
1answer
112 views

htaccess redirect rule for Amazon CloudFront IPs

I have setup a CDN plugin on a joomla website using CloudFront. All seems to be working fine, except all request from CloudFront are redirected to the www version of the website domain. It seems this ...
2
votes
1answer
37 views

Upload content to S3 through CloudFront

I'm working on an app which requires to upload images to S3. Now I am doing like this: S3PutObjectRequest *por = [[S3PutObjectRequest alloc] initWithKey:nameOfThePicture inBucket:nameOfTheBucket]; ...
0
votes
1answer
77 views

How to get better compression performance from external files for Amazon S3?

The 3 entries below are from a gtmetrix.com report. How should I handle compression performance for these files for Amazon S3? I know how to do gzip for S3. But the three files below present a more ...
0
votes
1answer
25 views

How long should static file be cached?

I'd like to set browser caching for some Amazon S3 files. I plan to use this meta data: Cache-Control: max-age=86400, must-revalidate that's equal to one day. Many of the examples I see look ...
1
vote
2answers
72 views

Cloudfront, EC2 and Relative URLs

This is probably a simple question, but I can't find a straightforward answer anywhere. My website is hosted on Amazon EC2. I want to take advantage of Amazon Cloudfront to speed up the loading of ...
1
vote
2answers
150 views

How to use browser caching with Amazon S3?

I get the following on gtmetrix.com: Leverage browser caching E (55) 52% Server High What does this mean? The following cacheable resources have a short freshness lifetime. Specify an expiration ...
0
votes
1answer
73 views

How to run scripts/commands on elastic beanstalk instance

I have created instance using elastic bean stalk. I want to run some commands/scripts to start my application as it is simple java application. Please let me know how can i do it ?
0
votes
1answer
214 views

Serving Angular JS HTML templates from S3 and CloudFront - CORS problems

I'm having a doozy of a time trying to serve static HTML templates from Amazon CloudFront. I can perform a jQuery.get on Firefox for my HTML hosted on S3 just fine. The same thing for CloudFront ...
1
vote
6answers
131 views

code deployments on EC2

There are quite a few resources on deployments of AMI's on EC2. But are there any solutions to incremental code updates to a PHP/Java based website? Suppose I have 10 EC2 instances all running PHP / ...
0
votes
1answer
92 views

Download images through CloudFront (Amazon)

I have an app that needs to download some images from S3. I tried to setup a new CloudFront distribution, pointed the origin to my S3 bucket and wondering how will this change the way I access my ...
0
votes
0answers
13 views

Adding Dynamic headers to CloudFont

I am using CloudFront for so people can download content. I have code which signs the url and that works perfectly. I am trying to dynamically set the content-disposition header. This is an example ...
2
votes
1answer
194 views

Heroku + CDN Cloudfront + Fonts - Firefox bugs

Recently we moved our assets on a CDN Cloudfront. We have noticed that the surfaces were broken on Firefox. After a few minutes of searching, it was a story of CORS. We allowed the field Cloudfront. ...
1
vote
0answers
29 views

How do you get a list of Invalidation Requests from the Amazon Cloudfront .NET API?

I've referenced this section in the API documentation, but I'm not sure if the request I'm sending out via the API is correct. This is what my code looks like: public class CfListInvalidation { ...
0
votes
0answers
19 views

Mac - package maker how can I exit the install if the application version is current

I have an application that is downloading files from cloud front. The problem I am having is I can successfully download files that are less than 20gb. As soon as I try to download a file greater than ...

1 2 3 4 5 9