I would like to install some Python modules on my EC2 instance. I have the files I need for the installation on an S3 bucket. I can also connect from my EC2 instance to the S3 bucket through Python boto, but I cannot access the bucket contents to get the source files I need installed.
Share
Using s3cmd tools (http://s3tools.org/s3cmd) it is possible to download/upload files stored in buckets.