I currently have more than 10 EC2 instances with the same type (t2) and the same region (Ohio) and I am checking the best way to save in the monthly bill without losing performance.
I've checked Reserved Instances (RI), but T2
is only available as shared tenancy (Sharing the Hardware).
My questions are,
- Can that affect the performance of my application deployed on that instance? What happens when the application has more load/requests?
- Are Reserved Instances also working with shared tenancy?
- Does Reserved Instances service create instances or is it possible to buy, ie 10 RI T2 type to apply to my current instances?