I have an EC2 instance that I use rarely, so it spends a lot of time in a stopped
state. Because it's using an elastic IP, I want to schedule a very brief start
and stop
command once an hour, to avoid incurring extra charges for having an unallocated elastic IP address.
I wanted to try using CloudWatch to schedule the event, but there's no option to start
an instance on alarm, only stop
and reboot
etc. Do I have to make a whole new CloudFormation stack just to do this one task?