Categories
General

Amazon CloudFront has an edge location in Singapore

Today, I got an email from Amazon informing about new location of Amazon CloudFront. Now, it has a new location in Singapore. Previously, Amazon only has its CloudFront server located in Tokyo and Hongkong. Here’s the news delivered in the email:

Starting immediately, Amazon CloudFront will begin using the Singapore edge location for requests for your content. There’s no need for you to change anything in order for this to happen — Amazon CloudFront will automatically route requests for your content to the Singapore location when it’s appropriate to do so. Prices for content delivered from the Singapore location are the same as prices for content delivered from Hong Kong; you can see these at http://aws.amazon.com/cloudfront.

Is it a good news? Of course! About the prices, content delivered from Singapore location has the same prices like from Hongkong: $0.190 per GB — first 10 TB / month data transfer out and $0.012 per 10,000 GET requests. Compared with Europe or US prices, it’s a little bit higher ($0.150 per GB – first 10TB / month data transfer out). But still, the price is still reasonable.

Categories
General

Amazon S3 Billing Statement Sample

In last September, I started to use Amazon S3 for some experimental purposes. And, it’s not that difficult — of course, I only use some basic action. CloudBerry Explorer and S3Fox are really helpful. Now, if you want to know the billing calculation — just in case you’re interested to try Amazon S3 (also with CloudFront), I have uploaded a sample billing statement from Amazon (click the thumbnail to enlarge).
For me, I think the price is still reasonable. Anyway, CloudFront service is optional. Of course, this billing statement is not only based on my blog usage. I have multiple sites and accounts there. Not all of my backup files are also available for public.

Categories
General

Using CloudBerry Explorer to Manage Amazon S3 Account

In my previous post, I mentioned an Amazon S3 tool called CloudBerry S3 Explorer. I also have S3Fox organizer addon installed. I use them both, and I feel that I’m more comfortable with CloudBerry Explorer.

CloudBerry Explorer makes managing files in Amazon S3 storage EASY. By providing a user interface to Amazon S3 accounts, files, and buckets, CloudBerry lets you manage your files on cloud just as you would on your own local computer. (source)

Now, I want to share how I use CloudBerry S3 Explorer to manage my Amazon S3 Account.
CloudBerry Explorer is availble as a freeware software. We can download it for free. It offers many features we need to manage Amazon S3 account, from a simple to complicated tasks. After I downloaded and installed it, I can start using it. First, I need to add my Amazon S3 account into the application. Go to File > Amazon S3 Accounts.

Categories
General

Getting Started with Amazon S3

Amazon Web Service Logo
After I signed up for Amazon S3 and CloudFront last week, I started to use it right away. Before that, I tried to get as many information as possible. It seemed easy. I had to deal with some new words like “bucket“, “Access Key ID“, and also “Secret Access Key“.
Amazon S3 — just like its name — is a storage service. What makes it different from “storage” in webhosting is that there is no FTP access. But, the mechanism of “moving your data to a storage server” is similar to FTP. In FTP, we will connect to your server using some basic information like hostname, username and password. In some cases, we will need an FTP port. And we can do it easily using FTP clients like Filezilla, CrossFTP,  WinSCP, etc.
amazons3_keyid
Amazon S3 uses a little bit different process. Just imagine “Access Key ID” as “username”, and “Server Access Key” as the FTP password. Both information are generated by the system and they’re not easy to remember.

Categories
General

WordPress, Amazon S3 and CloudFront

Amazon Web Service Logo
In the last two days, I was working on an experiment to use Amazon Simple Storage Service (S3) and Amazon CloudFront together with WordPress. It’s not primary for my blog, but for my friend. There are many tutorials and good recommendation on this. Since my friend using WordPress as the publishing platform, and it is easy to integrate with S3 and CloudFront, I gave it a try. But, what is Amazon Simple Storage Service (S3)?

Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers. (from Amazon S3 website)

Actually, using Amazon S3 might be just fine. Since I want to make experiment, I decided to subscribe to Amazon CloudFront, too.

Amazon CloudFront delivers your content using a global network of edge locations. Requests for your objects are automatically routed to the nearest edge location, so content is delivered with the best possible performance. Amazon CloudFront works seamlessly with Amazon Simple Storage Service (Amazon S3) which durably stores the original, definitive versions of your files. Like other Amazon Web Services, there are no contracts or monthly commitments for using Amazon CloudFront — you pay only for as much or as little content as you actually deliver through the service. (from Amazon CloudFront website)

This is my first attempt using those two service. The subscription is easy. Create an account at Amazon, fill in the billing information, and start subscribing. That’s all. After few attempts, I finally have it working. I hope it’s working without any issues. Anyway, for WordPress integration, I use Amazon S3 for WordPress plugin. Let’s wait until the end of the month to get the billing statement.