Tag Archives: AWS S3

Archiving your S3 content

In a previous post I showed how to setup a Glacier Vault and put data in it by using a CLI. Another way to make use of the cheaper storage service is to move your data from a S3 bucket … Continue reading

Posted in AWS, cloud | Tagged , | Comments Off on Archiving your S3 content

Using AWS ElasticMapReduce with the Command Line Interface

In this post I am going to use the AWS MapReduce service (called ElasticMapReduce) by making use of the CLI for EMR. The process of using EMR can be divided in three steps on a high level: set up and … Continue reading

Posted in AWS, cloud | Tagged , , , | 2 Comments

Using s3cmd for working with AWS s3 buckets

When you make use of (some of the) Amazon services there is a big chance S3 is one of them for the storage of files, be it temporary or more permanent. When you are using this service of AWS and … Continue reading

Posted in AWS, cloud | Tagged , , | 1 Comment