Tag Archives : S3

Sync two Amazon S3 buckets

Sync two Amazon S3 buckets

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]; [...]
5 Tips on Amazon S3 hosting optimization

5 Tips on Amazon S3 hosting optimization

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, [...]
S3cmd: Amazon S3 command-line interface

S3cmd: Amazon S3 command-line interface

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 [...]
Simple way to create Amazon EC2 AMI from running instance

Simple way to create Amazon EC2 AMI from running instance

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 [...]
© 2006-2011 Admon Home. All rights reserved.