3

We have bought some reserved EC2 instances in different availability zones in eu-west-1 region. When launching a new instance, via API or AWS control panel, we do usually set "No preference" as the availability zone.

In case of we have an "unused" reserved instance in an availability zone, does AWS still prefer that very zone even "No preference" is selected when launching the instance? Or, should we explicitly define the availability zone to match the inactive instance reservation?

I tried to look for the answer from the AWS documentation, but without luck yet:

Ville Mattila
  • 459
  • 7
  • 12

1 Answers1

3

Yes, if you have reserved instances purchased in us-east-1b, for example, then you explicitly want to specify us-east-1b at launch. RI's are purely a backend billing thing that function like an invoice credit. The EC2 instances themselves have no awareness of whether they're an RI or not.

The way RI's are handled is actually one of my top five complaints about AWS. I'm hoping that they improve on this soon.

jamieb
  • 3,387
  • 4
  • 24
  • 36