Amazon EC2 can be used with various pricing options such as on-demand, reserved, spot and dedicated server.
On Demand
-
Pay fixed rate per hour without any commitment.
-
Suitable for applications that are:
-
Short term and cannot be interrupted.
-
Developed and tested on EC2 for first time.
-
Reserved
-
Reserve for a longer period and get additional discounts.
-
Suitable for applications:
-
With predictable usage
-
Need reserved capacity
-
With users able to pay upfront
-
-
Can be sold on Reserved Instance Marketplace (if not using). Check for T&C.
Spot
-
Bid with a price for the storage capacity needed, and instances will be provisioned when it matches the spot price.
-
Greater savings for applications.
-
Spot prices may vary based on regions and availability zones.
-
Amazon may terminate the spot instance if spot price goes up, but will not charge for the partial hour.
-
If user terminates a spot instance, he will be charged for the complete hour.
-
Suitable for applications:
-
with flexible start and end timings.
-
Only feasible at very low compute rates
-
Need for large amount of computing capacity.
-
Stateless applications that will not be affected much with a restart in between.
-
Dedicated Hosts
-
Physical EC2 instances
-
Can pay per hour
-
Suitable for applications:
-
With licenses that demand to be on physical machines and not on virtual machines.
-
With regulatory requirements that does not support multi-tenant virtualization (e.g. governments)
-
Additional Notes
-
We can transfer a reserved instance from one Availability Zone to another. However, we cannot transfer a reserved instance from one region to another.
- heartin's blog
- Log in or register to post comments

Recent comments