Start an EC2 instance
Stop an EC2 instance
Reboot an EC2 instance
Launch a new EC2 instance
aws ec2 run-instances --image-id ami-12345678 --count 1 --instance-type t2.micro
Launch EC2 instance
aws ec2 run-instances --image-id ami-12345678 --count 1 --instance-type t2.micro --key-name mykey --security-groups mysg
Terminate an EC2 instance
Create a new S3 bucket
List EC2 instances