Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Akamai is way too expensive. Photobucket is not reliable. Is there a great content delivery network that I can use just to host my images?

We deploy images programmatically via FTP, so there is some programming behind the scenes.

Having some sort of reporting about the reliability of the service, whether it's raw logs files or a web-based admin screen that shows http errors, would also be important.

Has anyone worked with edgecast?

share|improve this question
What did you decide in the end @Mike? I'm looking at something similar. – SpaceBeers Dec 9 '11 at 20:24

16 Answers

up vote 25 down vote accepted

I've been using Amazon's S3 to serve site media for a while -- it's been wonderful, even with "streaming" (ahem) video files >600MB.

While it's not a proper CDN, it's dirt-cheap and can be used with most web frameworks and FTP clients (eg., Cyberduck).

share|improve this answer
13  
Amazon now offers CloudFront, which adds a CDN on top of S3. Also with nice API's and pay-as-you-go. See my answer below: stackoverflow.com/questions/72369/… – Martijn Heemels Jun 4 '09 at 10:10
4  
And, with Cloudfront, you can use your own domain name, so it's pretty nifty to set up "cdn.mycompany.com" and use that. – marcc Nov 12 '09 at 4:20
1  
S3 also allows you to use your own domain name, via CNAME DNS records. See docs.amazonwebservices.com/AmazonS3/latest/… – Martijn Heemels Sep 12 '10 at 15:45
This also handles the "programmatic upload" criterion with the s3cmd python script. – Daenyth Sep 18 '10 at 23:05

tAmazon recently started offering CloudFront, which is a CDN on top of S3. The original files are stored on S3, and via the CouldFront API you request an URL for the object. Any request from a visitor to that URL is then served from the closest datacenter.

As with all Amazon AWS services you only pay what you use with no minimum. I'm sure there is a point at which they become too expensive but the combination of pay-as-you-go with the automation of the Amazon API's is very nice indeed.

share|improve this answer
2  
As of Sept. 1, 2010, CloudFront now also allows the capability to invalidate files on their CDN. "The new invalidation feature allows you to remove content from Amazon CloudFront edge locations via an API call. This API call removes copies of a file from all Amazon CloudFront edge locations at any time, regardless of the expiration date set on the file. If you need to remove multiple files at once, you may send a list of files in an XML document." – Josh Smith Sep 20 '10 at 18:53

I have worked with Amazon S3, CacheFly and have been very happy with MaxCDN. Check it out here: http://www.maxcdn.com.

This is one of our sites that is using the CDN to serve the images: http://www.stinelumber.com

We do no FTP or manual transfer of the images. We allow our client to upload images to our web server and MaxCDN pulls it from our server if they do not have a copy of the image. Good stuff.

-Calvin Fabre

share|improve this answer
1  
I have found a lot of corporates seem to block SimpleCDN to the point we had to drop them. – Bazman May 17 '09 at 11:53
1  
SimpleCDN site is no longer available. – Ross May 8 '11 at 9:58
MaxCDN pull files automatically from origin server... Does any other CDN provider this things? Just in case of Amazone Cloud Front, do we need to upload images manually or using their API? – Krunal Jul 4 '12 at 11:47

I second the MaxCDN recommendation. It's simple, fast, and cheap. Ryan Kearney has a good comparison of CDN providers: http://blog.ryankearney.com/reviews/content-delivery-networks/

share|improve this answer
That's a great review! Just wish it had a published date so we could estimate how stale it's getting. According to the comments, it looks about 6 months old as of 2011.02.01. – Clint Pachl Feb 1 '11 at 6:35

Just jumped on Rackspace's CloudFiles- so far so good. Compared to S3:

Pros

  • Way easier to set up and use
  • Control panel has image preview
  • Unlimited containers
  • Competitive $ w S3
  • Pay per use (like S3)

Cons

  • Not as configurable as S3
  • Not sure what's available through API
  • No temp/private urls(?)
share|improve this answer
1  
I made the same switch. Cloud Files uses Akamai, which is awesome. And they support gzip natively. The one problem that I'm hoping they'll address soon is adding more flexibility with HTTP headers and such. They currently don't allow you to set a far-future expiration date. In any case, I wrote up a comparison of Amazon CloudFront vs Rackspace Cloud Files the other day, including my performance tests... blog.bucketsoft.com/2011/06/… – Steve Wortham Jun 29 '11 at 4:29

I'd use Amazon S3 storage - it's very cost effective and offers a broad range of features and a great API if you need access to more complex features like security. Agree that Akamai is waaay to exy, I've also used LimeLight, which is not bad value, but only offers FTP for uploading.

share|improve this answer

I've been sampling all the biggie CDNs for some time now for potentially hosting a video streaming site i'm working on with some friends.

All the top dawgs have something pretty interesting to offer that others seemingly lack. I've found the two most complete solutions for what we're doing to be Amazon and Edgecast. Like somebody else had mentioned earlier, Amazon's appeal is in the no frills approach, by simply delivering what you ask for at a competitive price. Edgecast does it for me in that they have a neat-o concept with their approach to load balancing, and being able to deliver content from the reaches of the globe quickly.

Just my two cents...

share|improve this answer

http://scaleengine.com is 0.04 per GB from their edges and they are only tech freebsd guys.

share|improve this answer

I've run some pretty big sites off of Panther Express with great results and support. I wouldn't have any problem recommending them.

share|improve this answer

I am using MaxCDN and I am very happy with them! They only charge 9.9 cent per GB transfer and they currently offer a signup special where the give you 1TeraByte for $10.

share|improve this answer

Amazon CloudFront is almost great, but has a few flaws, and is probably only a good choice if you are already invested in Amazon's cloud solutions, and want to integrate with existing S3 storage or EC2 instances. Otherwise, there isn't a lot to recommend them. They're a pain to use and the web control panel is terrible. They support - at least nominally - all the important CDN features, but actually getting it working can suck up a lot of time as you tinker with their arcane API. Yes, they're cheap, but they're also slow, they have a small network, and it'll take you at least twice as long to integrate their CDN with your systems as you'd expect. If you're using them and like it great - Amazon's systems are rock solid. If you aren't with them already, I wouldn't recommend them.

MaxCDN is probably the cheapest around. They are fast enough, and very easy to sign up with and use. About a week after I signed up, I was fiddling with the configuration, which caused it fall over and start spitting 502 errors to visitors instead of my images. After a couple of days arguing with their abysmal tech support, I gave up and moved to Edgecast. They're a perfectly good service - right up until they aren't.

For my money, the best solution is Edgecast. They're really really good, extremely fast, have a good network with POPs even in (relatively) obscure places like Australia. They aren't the cheapest, but they're a lot cheaper than Akamai. We've only been with them a couple months, but 3rd party tests list them as being near the top in speed and reliability, and our experiences so far back that up.

(Depending on your volume, you may need a reseller for Edgecast. We've dealt with Speedy Rails and been very happy.)

share|improve this answer

There are many providers out there. check out www.cachefly.com or www.valuecdn.com I understood that you require CDN for static content, right?

share|improve this answer

Rolling your own (exactly as many servers and/or colocation centers as you need) is more economical than Amazon S3 past a certain amount of throughput.

share|improve this answer
1  
For someone who says Akamai is too expensive, do you think rolling out something similar to Amazon service is economical!? I would say more than 75% of websites cant do that. – Alexander Jan 16 at 4:02

I'm using AccuWebHosting.Com CDN since last few months. The best part of them is having presence in 33 countries with 90 POPs - almost highest ever I have seen.

I can easily see the benefit ... my server is hosted in Denver and 60% visitors are from Indian sub-continent. Before CDN ping to my site was taking around 180 to 250 ms. After implementing CDN, static content is delivered in less than 20 ms time.

Their reliability is excellent.

share|improve this answer

I'd like to recommend CloudFlare which includes an extremely generous free tier.

We've set up our site to use a second domain for serving static content, and then i route that domain through cloudflare, all you have to do is point the dns servers of the domain over to cloudflare and it works seamlessly.

The downside is that cloudflare are then in control of the DNS for the domain, but so far i've found it to be excellent and has definitely improved our site performance (especially in locations far from our server)

share|improve this answer

You should check out http://www.AISO.net, they can host your images all within RAM or DISK using their different platforms and they have FTP support as well, I would check them out.

share|improve this answer

protected by Robert Harvey Feb 4 '11 at 20:26

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.