I'm very new to Ec2. And I wrote a set of shell scripts and run over ec2 instance :
ec2-run-instances ami-82fa58eb -d Setup.sh
I just get the following output :
RESERVATION r-ed405088 980691203742 default
INSTANCE i-7eb12d06 ami-82fa58eb pending 0 m1.small 2012-07-13T08:15:25+0000 us-east-1a aki-825ea7eb monitoring-disabled ebs paravirtual xen sg-ff369697 default
How come I know that my shell script have been successfully executed?