This article talks about the financial pros and cons of reserved instances, but not the important operational benefit: You will always get an instance when you need it, and never get an error about not having enough instances of a certain type. This is critical if you are using autoscaling, especially during an outage. If you are shifting your workload from one region to another at the same time as everyone else, if…
That actually depends. Reserved instances have one form with zero operation benefits: Regional Reserved Instances. These are 100% purely billing constructs. They have zonal Reserved Instances which do reserve capacity. Finally they have pure capacity reservations. These cost full price. Esentially you are paying for an instance even if it is not running, but it does guarentee it will be there if you need it. but it a…
This is something that has never crossed my mind. TIL.