How to delete all files from Amazon S3 bucket
November 9, 2013

Unfortunately there is no way to remove all files from bucket in Amazon AWS console. But how to remove all files from Amazon S3 bucket? I did that with an s3cmd tool and a small bash script.

Development amazon s3 administration

Daily Backups from Amazon EC2
November 24, 2012

Amazon EC2 Backups

Task: to create daily backups from Amazon EC2 Instance (backup MySQL database, content related to site) and copy this backup to another PC. It is possible to do with bash scripts.

Development amazon backup administration