comparison scripts/run_ami.sh @ 29:5e888fbaaa80

-Script updates for EC2
author tomwalters
date Wed, 24 Feb 2010 14:49:35 +0000
parents
children
comparison
equal deleted inserted replaced
28:30a5acc043e7 29:5e888fbaaa80
1 #!/bin/bash
2 ec2-run-instances \
3 --user-data-file ec2_user_data.sh \
4 --key tom_eu_west \
5 --instance-type m1.small \
6 --instance-count 1 \
7 --region eu-west-1 \
8 --availability-zone eu-west-1b \
9 ami-2fc2e95b
10
11 ec2-attach-volume vol-d6fb18bf -i [INSTANCE_ID] -d /dev/sdf --region eu-west-1