$ ec2-describe-availabiliy-zones
$ euca-describe-instances
$ ec2-run-instances ami-1234de7b --instance-type m1.small --region us-east-1 --key ec2-keypar
$ ec2-run-instances ami-61be7908 --instance-type t1.micro --region us-east-1 --key ec2-keypar
$ ec2-describe-instances
t1.micro Micro Instance 613
MB of memory, up to 2 ECUs (for short periodic bursts), EBS storage only, 32-bit or 64-bit platform
m1.small Small Instance (Default) 1.7
GB of memory, 1 EC2 Compute Unit (1 virtual core with 1 EC2 Compute Unit), 160
GB of local instance storage, 32-bit platform
m1.large Large Instance 7.5
GB of memory, 4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each), 850
GB of local instance storage, 64-bit platform
m1.xlarge Extra Large Instance 15
GB of memory, 8 EC2 Compute Units (4 virtual cores with 2 EC2 Compute Units each), 1690
GB of local instance storage, 64-bit platform
$ ssh -i ec2-keypar ubuntu@{ip_publica_asignada}
$ ec2-terminate-instances {instancia}
$ watch -n4 ec2-describe-instances
apt-get update && apt-get update -y
tasksel install lamp-server
apt-get install -y lamp-server^
ec2-run-instances \
--user-data-file install-lamp-server \
--key IDENTITY \
ami-ID