Hello all,
I have a new project to take on, the aim of this project is to save money by using spot instances and reserved instances.Basically I need to we have 3 reserved instances and a pool of spot instances (which may or may not have instances in them).Once there are spot instances in the pool, Ii will take away a reserved instance leaving atleast ONE reserved instance, and as the spot instances go away, the script brings up a reserved instance.
Is there a aws perl module to do this?
Thank you