Pricing
On-Demand instances
, you pay for compute capacity by per hour or per second depending on which instances you run.
Spot instances
are available at a discount of up to 90% off compared to On-Demand pricing.
Reserved Instances
provide you with a significant discount (up to 75%) compared to On-Demand instance pricing.
Spot Instance
Refer to: Amazon EC2 Spot Instances Pricing
The Spot instance is the spare resources
of AWS computers, that being said, its existence uncertain, it all depends on the market.
The price for a Spot instance is always changing. And the way to use it is to set a maximum hourly price for each instance. When the price hit the limitation you've set, the instance will be automatically TERMINATED!
Hence, it's not good for long term running, but rather for short term computation needs.
For Asia Pacific (Singapore):
-
General purposes:
image - Compute Optimized:
-
GPU Instances:
image - Memory Optimized:
- Storage Optimized:
-
Micro Instances:
image
- Cluster GPU Instances are not available in all regions.
On-demand Instance
(Standard)
For Asia Pacific (Singapore):
-
General purposes:
image -
Compute Optimized:
image -
GPU Instances:
image -
Memory Optimized:
image -
Storage Optimized:
image
Data transfer:
- All data Transfer IN: FREE
-
Data Transfer OUT:
image
Reserved Instance
(Yearly contract)
Refer to: Amazon EC2 Reserved Instances Pricing
Dedicated Host
Refer to: Amazon EC2 Dedicated Hosts Pricing
EBS
(Storage: Including AMI)
Refer to: Amazon EBS Pricing
Refer to Stackoverflow: Cost of storing AMI
网友评论