How to make sure the amazon ec2 instance is using the reserve instance

amazon ec2

I purchased an Amazon EC2 instance at lower cost than regular on-demand instances. When I start a new instance in EC2 there's no indication that I would be using the reserved instance. How can I make sure that the instance I'm using is the reserved instance instead of the on-demand one?

Best Answer

AWS automatically charges you the reserved price as long as your used count is less than the number of reserved instances you have.

In other words, there's no distinction between the types, it's purely a matter of accounting, a matter which AWS handles for you automatically.

Related Topic