I'm trying to figure out why my reserved instance is not being used. I was deploying with region: us-east-1 and it was not utilizing my available reserved instance that is in us-east-1c. Amazon billing tells me to pay for premium support, even though I have presented the evidence that the aws-sdk-core rejects the us-east-1c subregion:
I'm trying to figure out why my reserved instance is not being used. I was deploying with
region: us-east-1
and it was not utilizing my available reserved instance that is inus-east-1c
. Amazon billing tells me to pay for premium support, even though I have presented the evidence that theaws-sdk-core
rejects theus-east-1c
subregion:Question: is anyone else having a problem making sure AWS is utilizing the reserved instance? Is there a configuration trick I'm missing?