<?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>FLV MATE &#187; Tutorials</title>
	<atom:link href="http://www.flvmate.com/blog/category/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flvmate.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 01:04:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to use your own domain with Amazon S3</title>
		<link>http://www.flvmate.com/blog/domain-amazon-s3</link>
		<comments>http://www.flvmate.com/blog/domain-amazon-s3#comments</comments>
		<pubDate>Thu, 03 Sep 2009 04:55:17 +0000</pubDate>
		<dc:creator>Egor Pervuninski</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.flvmate.com/?p=250</guid>
		<description><![CDATA[Level: Advanced Today you are going to learn how to point your own domain or sub-domain to your Amazon S3 account. In this setup, for example, when user access http://media.your-domain.com/you-file.pdf they actually download the file from Amazon S3. Managing your files in Amazon S3 account is not much different from using FTP and your web [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flvmate.com%2Fblog%2Fdomain-amazon-s3"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flvmate.com%2Fblog%2Fdomain-amazon-s3&amp;source=flvmate&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="How to use your own domain with Amazon S3" alt=" How to use your own domain with Amazon S3" /><br />
			</a>
		</div>
<p>Level: <strong>Advanced</strong></p>
<p>Today you are going to learn how to point your own domain or sub-domain to your Amazon S3 account. In this setup, for example, when user access <strong>http://media.your-domain.com/you-file.pdf</strong> they actually download the file from Amazon S3.</p>
<p>Managing your files in Amazon S3 account is not much different from using FTP and your web hosting. Every time you upload file to Amazon S3 it gets two URLs that can be used to get access to it.</p>
<p>First URL looks like:</p>
<blockquote><p><strong>http://s3.amazonaws.com/bucket_name/file_name.ext</strong></p></blockquote>
<p>Second URL looks like:</p>
<blockquote><p><strong>http://bucket_name.s3.amazonaws.com/file_name.ext</strong></p></blockquote>
<p>As you can see, in a first example bucket name is used as part of file path and in a second example it is a part of domain name. These two URL are identical and point to the same file.</p>
<p>To configure your own sub-domain to point to Amazon S3, first you need to create a bucket with a name of your sub-domain. Use one of the tools from <a href="/blog/top-8-tools-manage-your-amazon-s3-account">my previous blog post</a> to do it. For example, for <strong>media.your-domain.com</strong> sub-domain you need to create a bucket with exactly the same name <strong>media.your-domain.com</strong>.</p>
<p>Next, using your DNS hosting provider for <strong>your-domain.com</strong>, create a CNAME record <strong>media</strong> that points to <strong>media.your-domain.com.s3.amazonaws.com</strong>.</p>
<p>The way you create a CNAME record depends on your domain DNS hosting provider. This example will show you how to do it with GoDaddy’s <em>Total DNS Control</em>.</p>
<p>Start with logging in to GoDaddy Control Panel. Select <em>Domain Manager</em>.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/09/GoDaddyMenu.png"><img class="alignnone size-medium wp-image-262" title="GoDaddyMenu" src="http://www.flvmate.com/wp-content/uploads/2009/09/GoDaddyMenu-188x300.png" alt="GoDaddyMenu 188x300 How to use your own domain with Amazon S3" width="188" height="300" /></a></p>
<p>In the <em>Domain Manager</em> click the domain you&#8217;d like to use.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/09/GodaddyDomainManager.png"><img class="alignnone size-medium wp-image-261" title="GodaddyDomainManager" src="http://www.flvmate.com/wp-content/uploads/2009/09/GodaddyDomainManager-300x117.png" alt="GodaddyDomainManager 300x117 How to use your own domain with Amazon S3" width="300" height="117" /></a></p>
<p>Scroll down until you see Total DNS menu. Go to <em>Total DNS Control</em>.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/09/GoDaddyTotalDNS.png"><img class="alignnone size-medium wp-image-263" title="GoDaddyTotalDNS" src="http://www.flvmate.com/wp-content/uploads/2009/09/GoDaddyTotalDNS-300x192.png" alt="GoDaddyTotalDNS 300x192 How to use your own domain with Amazon S3" width="300" height="192" /></a></p>
<p>Click <em>Add New CNAME Record</em> button.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/09/TotalDNScname.png"><img class="alignnone size-medium wp-image-264" title="TotalDNScname" src="http://www.flvmate.com/wp-content/uploads/2009/09/TotalDNScname-300x125.png" alt="TotalDNScname 300x125 How to use your own domain with Amazon S3" width="300" height="125" /></a></p>
<p>In the pop-up window enter a first part of a sub-domain name as an Alias Name. For <strong>media.your-domain.com</strong> it will be <strong>media</strong>.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/09/TotalDNScnameForm.png"><img class="alignnone size-full wp-image-265" title="TotalDNScnameForm" src="http://www.flvmate.com/wp-content/uploads/2009/09/TotalDNScnameForm.png" alt="TotalDNScnameForm How to use your own domain with Amazon S3" width="222" height="291" /></a></p>
<p>After you finish, all files in <strong>media.your-domain.com</strong> bucket will be accessible using <strong>http://media.your-domain.com/file_name.ext</strong> URLs.</p>
<p>You can create separate Amazon S3 sub-domains for you web site images or large video files.</p>
<p>Please leave you comments and let me know what you think.</p>
<p><strong> </strong></p>
<p><strong>If you enjoyed this post, get <a href="/blog/subscribe"><span style="text-decoration: underline;">free updates by email or RSS</span></a></strong><strong> </strong></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/amazon+s3' rel='tag' target='_self'>amazon s3</a>, <a class='technorati-link' href='http://technorati.com/tag/dns' rel='tag' target='_self'>dns</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_self'>tutorial</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.flvmate.com/blog/domain-amazon-s3/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to open Amazon S3 account</title>
		<link>http://www.flvmate.com/blog/open-amazon-s3-account</link>
		<comments>http://www.flvmate.com/blog/open-amazon-s3-account#comments</comments>
		<pubDate>Mon, 24 Aug 2009 07:00:50 +0000</pubDate>
		<dc:creator>Egor Pervuninski</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[flv mate]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.flvmate.com/?p=226</guid>
		<description><![CDATA[Level: Beginner So, you want to take advantage of scalable, reliable and cost effective solution for hosting your online videos? Here is your step-by-step guide on how to open Amazon S3 account and configure FLV Mate to use it. Although creating account is free, you will need a credit card to sign up. Amazon will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flvmate.com%2Fblog%2Fopen-amazon-s3-account"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flvmate.com%2Fblog%2Fopen-amazon-s3-account&amp;source=flvmate&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="How to open Amazon S3 account" alt=" How to open Amazon S3 account" /><br />
			</a>
		</div>
<p><strong>Level:</strong> Beginner</p>
<p>So, you want to take advantage of scalable, reliable and cost effective solution for hosting your online videos? Here is your step-by-step guide on how to open Amazon S3 account and configure <a href="/download">FLV Mate</a> to use it.</p>
<p>Although creating account is free, you will need a credit card to sign up. Amazon will bill you monthly based on your account activities. If you don’t use your account and don’t put any data there, there will be no charge. When you start storing data and generate traffic, you will start to get billed.</p>
<p>Please <a href="http://aws.amazon.com/s3/#pricing">review Amazon S3 pricing</a> before opening your account. You can <a href="http://calculator.s3.amazonaws.com/calc5.html">use this simple calculator</a> to estimate your monthly Amazon S3 costs.</p>
<p>Having said that, let’s get started.</p>
<ol>
<li><strong>Sign up or Login to Amazon</strong></li>
<p>Go to <a href="http://www.amazonaws.com/">www.amazonaws.com</a> and click Sign Up Now button.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/AmazonAWS.png"><img class="alignnone size-medium wp-image-229" title="AmazonAWS" src="http://www.flvmate.com/wp-content/uploads/2009/08/AmazonAWS-300x230.png" alt="AmazonAWS 300x230 How to open Amazon S3 account" width="300" height="230" /></a></p>
<p>Sign up for a new account or use your existing Amazon.com account if you wish.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/AWSSignIn.png"><img class="alignnone size-medium wp-image-233" title="AWSSignIn" src="http://www.flvmate.com/wp-content/uploads/2009/08/AWSSignIn-300x230.png" alt="AWSSignIn 300x230 How to open Amazon S3 account" width="300" height="230" /></a></p>
<li><strong>Fill in an account form</strong></li>
<p>Fill in the form and accept a service agreement.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/AWSAccountForm.png"><img class="alignnone size-medium wp-image-231" title="AWSAccountForm" src="http://www.flvmate.com/wp-content/uploads/2009/08/AWSAccountForm-300x227.png" alt="AWSAccountForm 300x227 How to open Amazon S3 account" width="300" height="227" /></a></p>
<li><strong>Enable Amazon S3</strong></li>
<p>Select Amazon Simple Storage Service from the list of services.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/AWSSuccess.png"><img class="alignnone size-medium wp-image-244" title="AWSSuccess" src="http://www.flvmate.com/wp-content/uploads/2009/08/AWSSuccess-300x230.png" alt="AWSSuccess 300x230 How to open Amazon S3 account" width="300" height="230" /></a></p>
<p>Click Sign Up For Amazon S3.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/AWSS3SignUp.png"><img class="alignnone size-medium wp-image-232" title="AWSS3SignUp" src="http://www.flvmate.com/wp-content/uploads/2009/08/AWSS3SignUp-300x230.png" alt="AWSS3SignUp 300x230 How to open Amazon S3 account" width="300" height="230" /></a></p>
<p>Review pricing and enter your credit card details.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/S3Payment.png"><img class="alignnone size-medium wp-image-238" title="S3Payment" src="http://www.flvmate.com/wp-content/uploads/2009/08/S3Payment-300x230.png" alt="S3Payment 300x230 How to open Amazon S3 account" width="300" height="230" /></a></p>
<li><strong>Retrieve you Access Key and Secret key</strong></li>
<p>Go to <a href="http://www.amazonaws.com/">www.amazonaws.com</a> and login.</p>
<p>Under You Account menu select Access Identifiers.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/AWSYourAccount.png"><img class="alignnone size-medium wp-image-235" title="AWSYourAccount" src="http://www.flvmate.com/wp-content/uploads/2009/08/AWSYourAccount-300x230.png" alt="AWSYourAccount 300x230 How to open Amazon S3 account" width="300" height="230" /></a></p>
<p>Get your Access Key ID and Secret Access Key.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/AWSAccessKeys.png"><img class="alignnone size-medium wp-image-230" title="AWSAccessKeys" src="http://www.flvmate.com/wp-content/uploads/2009/08/AWSAccessKeys-300x230.png" alt="AWSAccessKeys 300x230 How to open Amazon S3 account" width="300" height="230" /></a></p>
<li><strong>Configure FLV Mate</strong></li>
<p>Open FLV Mate options screen and select S3 Account tab.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/FLVMateMain.png"><img class="alignnone size-medium wp-image-236" title="FLVMateMain" src="http://www.flvmate.com/wp-content/uploads/2009/08/FLVMateMain-300x226.png" alt="FLVMateMain 300x226 How to open Amazon S3 account" width="300" height="226" /></a></p>
<p>Paste your Access Key and Secret Key and click Test Connection.</p>
<p><a rel="lightbox" href="http://www.flvmate.com/wp-content/uploads/2009/08/FLVMateOptions.png"><img class="alignnone size-medium wp-image-237" title="FLVMateOptions" src="http://www.flvmate.com/wp-content/uploads/2009/08/FLVMateOptions-300x262.png" alt="FLVMateOptions 300x262 How to open Amazon S3 account" width="300" height="262" /></a></ol>
<p>If you’ve done every thing correctly you now have your own cloud-based video hosting service and ready to publish your first video with <a href="/download">FLV Mate</a>. Next time I will show you how to set up your own domain to be used with Amazon S3 (the upcoming version of FLV Mate will support it). You will be able to point <span style="text-decoration: underline;">media.youdomain.com</span> to your Amazon S3 account.</p>
<p>Please leave you comments and let me know what you think.</p>
<p><strong>If you enjoyed this post, get <a href="/blog/subscribe"><span style="text-decoration: underline;">free updates by email or RSS</span></a></strong></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/amazon+s3' rel='tag' target='_self'>amazon s3</a>, <a class='technorati-link' href='http://technorati.com/tag/flv+mate' rel='tag' target='_self'>flv mate</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_self'>tutorial</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.flvmate.com/blog/open-amazon-s3-account/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
