I have a small EC2 linux instance that I'm using for learning about EC2. I don't need it to be running all the time. I would like to power it on when I need it and shutdown when I don't. I noticed that when I issued "sudo shutdown now", the AWS Console displayed the instance status as "running".
Is what I'm trying to do possible with EC2?