What are pricing models for EC2 instance-AWS Blog Info
There are four pricing models for EC2 instances:
· On-Demand instance
o On-Demand pricing is also known as
pay-as-you-go. Pay-as-you-go is a pricing model that allows you to pay only for
those resources that you use.
o You need to pay for the compute capacity by
per hour or per second that depends on which instances you run.
o On-Demand instance does not require any
upfront payments.
o While using On-Demand instance, you can
increase or decrease the compute capacity based on the requirements of your
application.
o On-Demand instances are recommended for those
applications which are of short term and unpredictable workloads.
o Users that want low cost and flexibility on
EC2 instances with no upfront payments.
o On-Demand instances are used for those
applications which have been developed or tested on EC2 for the first time.
· Reserved instance
o Reserved instance is the second most important
pricing model that reduces the overall cost of your AWS environment by making
an upfront payment for those services that you know will be used in the future.
o Reserved instances provide a discount of up to
75% as compared to On-Demand instance.
o Reserved instances are assigned to a specific
Availability zone that reserves the compute capacity for you so that you can
use whenever you need.
o Reserved instances are mainly recommended for
those applications that have steady state and require reserve capacity.
o Customers who want to use the EC2 over 1 to 3
term can use the reserved instance to reduce the overall computing costs.
· Spot instance
o Spot instances consist of unused capacity
which is available at a highly discounted rate.
o It offers up to 90% discount as compared to
On-Demand instance.
o Spot instances are mainly recommended for
those applications which have flexible start and end times.
o It is useful when applications require
computing capacity at a very low price.
o It is useful when applications require
additional amount of computing capacity at an urgent need.
· Dedicated Hosts
It is a physical EC2 server which is dedicated for your use. It reduces the
overall costs by providing you a VPC that comprise of a dedicated hardware.
Comments
Post a Comment