Top "Ec2-api-tools" questions

Command-line scripting tools for interfacing with Amazon's EC2 computing platform.

Download an Amazon EC2 AMI?

I would like to download a public Amazon EC2 AMI, such as this one (Ubuntu Lucid), so that I can …

amazon-ec2 ec2-ami ec2-api-tools
EC2 API Error validating access credential

I installed the ec2 api following the amazon guide. I setted up the access id and secret as environment variable. …

amazon-ec2 ec2-api-tools
How can I modify the instance name for an ec2 instance

I would like to modify the "name" attribute of an amazon instance. See attached screenshot. I need to do it …

amazon-ec2 ec2-api-tools
Determining Amazon EC2 instance creation date/time

Is it possible to determine (via boto) when a particular EC2 instance was created? http://boto.readthedocs.org/en/latest/…

python amazon-web-services amazon-ec2 boto ec2-api-tools
How do I take a backup of aws ec2 instance/ephemeral storage?

I have my db kept at /mnt, using ephemeral storage that comes with ec2 instance. To take the backup using …

amazon-ec2 amazon-web-services ec2-api-tools
.htaccess not working in amazon ec2 ubuntu instance

I have a server from amazon's ec2 service running on Linux Ubuntu ( Ubuntu Server 13.04 64 bit) and I have installed apache, …

php .htaccess mod-rewrite amazon-ec2 ec2-api-tools
How to pass environment variables when programmatically starting a new Amazon EC2 from image?

I am using AWS Java API RunInstance() to start a new EC2 instance from my custom AMI image. How do …

amazon-ec2 amazon-web-services ec2-ami ec2-api-tools
Error importing vmdk files using ec2 developer tools

Although vmdk disk format is supported by ec2-import-instance tool, every time I try to run the command on a …

amazon-ec2 ec2-api-tools
EC2_HOME is not set. Run AWS Commands from Cron

Basicly I'm not sure how to get my aws commands to run in crontab. I know I need to give …

amazon-web-services cron environment-variables crontab ec2-api-tools
Getting ID of an instance newly launched with ec2-api-tools

I'm launching an EC2 instance, by invoking ec2-run-instances from simple a bash script, and want to perform further operations …

bash scripting awk amazon-ec2 ec2-api-tools