美文网首页云计算技术
❖ AWS EC2 Overview

❖ AWS EC2 Overview

作者: Solomon_Xie | 来源:发表于2019-01-13 03:09 被阅读0次

    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:


      imageimage
    • Compute Optimized:
    • GPU Instances:


      imageimage
    • Memory Optimized:
    • Storage Optimized:
    • Micro Instances:


      imageimage
    • Cluster GPU Instances are not available in all regions.

    On-demand Instance (Standard)

    Refer to: Amazon EC2 Pricing

    For Asia Pacific (Singapore):

    • General purposes:


      imageimage
    • Compute Optimized:


      imageimage
    • GPU Instances:


      imageimage
    • Memory Optimized:


      imageimage
    • Storage Optimized:


      imageimage

    Data transfer:

    • All data Transfer IN: FREE
    • Data Transfer OUT:


      imageimage

    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

    相关文章

      网友评论

        本文标题:❖ AWS EC2 Overview

        本文链接:https://www.haomeiwen.com/subject/sotirqtx.html