Posted by joseph on August 3, 2011 ·
When using Amazon S3 to store the web files, you may face this question sometimes,
How can I keep the files for my productive environment exactly the same as develop environment? (In other words, you want to remove the unused files in dev environment.)
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
[...]
Posted by joseph on April 23, 2011 ·
If you use Amazon S3 (or CloudFront) as a web hosting provider, here are some essential tips that you should know about. These tips are mainly for front-end optimizations, including reduce S3 bandwidth, reduce unnecessary requests to S3, check abnormal requests and optimizations on file transfer.
(function(d, [...]
Posted by joseph on April 2, 2011 ·
S3cmd is command line tool for uploading, downloading and managing data in Amazon S3. It’s written in Python, and ideal for scripts, automated backups triggered from cron, etc. S3cmd is an open source project and is free for both commercial and private use.
(function(d, s, id) {
var js, fjs [...]
Posted by joseph on February 27, 2011 ·
When you have a running EC2 instance, you can build your production environment there, install whatever the packages you need, tweak system-wide configurations to meet your needs… Then you might wanna build your own AMI image to simplify future deployment.
(function(d, s, id) {
var js, fjs [...]