I was wondering what my options are for reserved instances for Windows machines.
Say I have a machine as m5.2xlarge
, which will run for the coming year. I could buy a reserved instance for that.
However, I understood that I cannot modify the instance type/size for windows reserved instances.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html#ri-modification-limits
So, I could scale the server to a m5.4xlarge
when that is needed but cannot modify the reserved instance accordingly.
I did understand correctly that reserved instance can also be applied to cover half of the server? So would myreservation at least cover half of it then?
Should I take convertable instances instead?
Can I convert an m5.2xlarge
Windows reserved instance to an m5.4xlarge
during the reservation period?
Thanks!