<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cloud Hosting Mag &#187; CloudFront</title>
	<atom:link href="http://www.cloudhostingmag.com/tag/cloudfront/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudhostingmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 May 2011 02:25:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Amazon Adds Access Logs for CloudFront Streaming</title>
		<link>http://www.cloudhostingmag.com/2010/05/amazon-adds-access-logs-for-cloudfront-streaming/</link>
		<comments>http://www.cloudhostingmag.com/2010/05/amazon-adds-access-logs-for-cloudfront-streaming/#comments</comments>
		<pubDate>Sun, 16 May 2010 14:42:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[CloudFront]]></category>

		<guid isPermaLink="false">http://www.cloudhostingmag.com/?p=237</guid>
		<description><![CDATA[A persistent issue with Amazon&#8217;s CloudFront is the lack of analytics available &#8211; what&#8217;s the point of hosting your video on CloudFront when you can&#8217;t tell if anyone watched it or if user&#8217;s quit after the first 3 seconds. Today&#8217;s announcement of &#8230; <a href="http://www.cloudhostingmag.com/2010/05/amazon-adds-access-logs-for-cloudfront-streaming/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A persistent issue with Amazon&#8217;s CloudFront is the lack of analytics available &#8211; what&#8217;s the point of hosting your video on CloudFront when you can&#8217;t tell if anyone watched it or if user&#8217;s quit after the first 3 seconds. Today&#8217;s announcement of streaming access logs goes some way to address this. Amazon will now log all streaming access events such as play, pause, seek, and stop. In addition user details such as IP address, and other data items are logged.</p>
<p>It&#8217;s worth noting that there isn&#8217;t an inbuilt analytics solution to view the data and user&#8217;s will have to arrange for the logs to be read by third party  analytics services.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudhostingmag.com/2010/05/amazon-adds-access-logs-for-cloudfront-streaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Amazon S3 and CloudFront on WordPress</title>
		<link>http://www.cloudhostingmag.com/2010/03/using-amazon-s3-and-cloudfront-on-wordpress/</link>
		<comments>http://www.cloudhostingmag.com/2010/03/using-amazon-s3-and-cloudfront-on-wordpress/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 12:42:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[CloudFront]]></category>
		<category><![CDATA[S3]]></category>

		<guid isPermaLink="false">http://www.cloudhostingmag.com/?p=88</guid>
		<description><![CDATA[For the past six months I have used Amazon Simple Storage Solution (S3) to store all the newly uploaded images on my WordPress installations and it works like a snap. But why should you host all your images on S3 &#8230; <a href="http://www.cloudhostingmag.com/2010/03/using-amazon-s3-and-cloudfront-on-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the past six months I have used Amazon Simple Storage Solution (S3) to store all the newly uploaded images on my WordPress installations and it works like a snap. But why should you host all your images on S3 when your can simply upload them to your own hosting account? There are several reasons why S3 storage is a superior solution to using your own hosting :</p>
<ul>
<li>Hosting images on a separate domain speeds up site load times as most browsers can only make two simultaneous requests to a domain. Thus if all your file are on a single domain the requests are queued and handled two at a time which slows the load time.</li>
<li>Moving hosts is easier if the file locations do not change (a major difficulty in changing hosts is downloading, then uploading all the images and finally changing all &lt;img&gt; the references in your articles).</li>
<li>If the files are on S3 it is very easy to transfer them to Amazon&#8217;s CloudFront Content Delivery Network (CDN).  CloudFront will give an additional performance boost for user&#8217;s who are located geographically far away from your server as CloudFront caches the files in 14 locations around the world.</li>
<li>If you are approaching your hosts storage limit then using S3 will probably be cheaper than purchasing additional storage space on your host.</li>
</ul>
<p>The <a href="http://wordpress.org/extend/plugins/tantan-s3/">S3 for WordPress</a> plugin modifies the standard WordPress image upload dialog to upload the images to your designated S3 bucket, from there uploading files to S3 is seemless as it is the standard file uploading process.<br />
You will of course require an S3 account, and you should add a separate &#8216;bucket&#8217; for file storage (buckets in AWS are similar to directories).</p>
<h3>CloudFront in WordPress</h3>
<p>Any file stored in S3 can be used with AWS&#8217;s CloudFront CDN. To use CloudFront you are required to sign up for it separately to S3 (you can sign up <a href="https://aws-portal.amazon.com/gp/aws/developer/subscription/index.html?productCode=AmazonCloudFront">here</a>)  Files served by CloudFront must exist in S3 and when a file is requested from CloudFront, CloudFront initially requests the file from S3 and then caches it at one of its edge locations.</p>
<p>Once you have an account at CloudFront, login to the <a href="https://console.aws.amazon.com/ec2/home">AWS Management Console</a> and navigate to the CloudFront tab. Under a single CloudFront account you can have various Distributions which are essential &#8216;buckets&#8217; of storage which can have different attributes.  Click the Create Distribution button which will open the setup dialog, where you choose whether to use Download (for images) or Steaming (for video) and associate the Distribution with an S3 bucket. Once the Distribution is created, you will  be given a unique domains which will look like dxabw2ae51eqo.cloudfront.net , to request your files from CloudFront simply replace your S3 domain (in the format bucket_name.s3.amazonaws.com) with your CloudFront domain on all your file URL&#8217;s &#8211; the file names will remain unchanged. Unfortunately the S3 plugin in WordPress only works with S3 and you must manually change the file URL&#8217;s after uploading although a global find/replace plugin can be used for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudhostingmag.com/2010/03/using-amazon-s3-and-cloudfront-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

