AWS - EC2-FrmCloudGuru
EC2 instance pricing options
- Virtual machines on cloud provision in minutes through web portal.
- EC2 standard instances charges by hour in windows/Linux and in seconds also for linux.
- Reserved instances for known need that will arise for short term.
- Spot instances are available for bidding from a pool of available instances..
- Dedicated hosts are physical server dedicated for your use.
EC2 standard (OnDemand)
- For application implementation with low cost and leveraging cloud flexibility. Pay as you go.
- Application that should not be interrupted.
- Application being developed or tested on EC2 for the first time.
- No upfront payment.
Reserved instance
- For application with steady usage or predictable usage.
- That need reserved capacity at certain points of time.
- Upfront payment to reduce total cost of computing.
- Standard RI's (up to 75% of on demand)
- Convertible RI's (up to 54% of on demand)
- Scheduled RI's
Spot instances
- For applications that have flexible start and end times.
- Applications that are only feasible at very low compute prices.
- Users with urgent computing need with large amount of capacity.
- If you terminate before an hour, you pay for an hour.
- If AWS terminate, you get it for free.
Dedicated instances
- Useful for regulatory requirements which does not support multi tenant virtualisation.
- Great for licensing which does not support licensing.
- Can be purchased as On demand, Reserved
EC2 instance type
D, R, M, C, G, I, F, T, P, X -> Dr X I C MF GPT
Comments
Post a Comment