Collection of AWS related stuff
POSIX-style options can be used:
ruby s3.rb --upload --aws-profile=your_profile --aws-region=your_region --s3-key=bucket-name/key-prefix/key --local-path=/local/path/my.key
or, single letter options:
ruby s3.rb -u -i your_profile -r your_region -k bucket-name/key-prefix/key -p /local/path/my.key
ruby s3.rb --download --aws-profile=your_profile --aws_region=your_region --s3-key=bucket-name/key-prefix/key --local-path=/local/path/my.key
ruby s3.rb --create-bucket --aws-profile=your_profile --aws-region=your_region --s3-bucket=bucket_name
ruby presigner.rb --aws-profile=your_profile --aws-region=your_region --s3-bucket=bucket_name --s3-key=key_name --expiry-time=3600
ruby non-elb-instances.rb