1、Amazon EC2 预留实例后续费用计算问题:

预留实例收取预付费用后,在预留期内如何计算后续费用?是只有在用实例的时候收费,还是用与不用都收费?是按月来看实例用没用来收费,还是整个预留期内无论用不用都收费?今天又看了一下官网上面的介绍,感觉最后一种的可能性最大,官网描述如下:点击打开链接

*This is the average monthly payment over the course of the Reserved Instance term. For each month, the actual monthly payment will equal the actual number of hours in that month multiplied by the hourly usage rate. The hourly usage rate is equivalent to the total average monthly payments over the term of the Reserved Instance divided by the total number of hours (based on a 365 day year) over the term of the Reserved Instance.

**Effective hourly pricing is shown to help you calculate the amount of money that a Reserved Instance will save you over On-Demand pricing.When you purchase a Reserved Instance, you are billed for every hour during the entire Reserved Instance term that you select, regardless of whether the instance is running or not.The effective hourly price shows the amortized hourly cost of the instance (this takes the total cost of the Reserved Instance over the entire term, including any upfront payment, and spreads it out over each hour of the Reserved Instance term).

其中加粗部分意思是你买了一个预留实例后,在整个预留期中所有时间都要付费,不管这个实例有没有运行。当时想到一个问题,既然要为实例预留期中所有时间付费,那就相当于预留实例一开始就知道要为这个实例花费多少钱了,那为什么还要去分全部预付费用还是部分预付费用呢?既然全部预付费用折扣最大,用户肯定是都选全部预付了。后来一想Amazon云平台设置部分预付费用应该是为那些在开始时拿不出全部预付费用的用户设置的,这样用户在一开始可以交部分预付费用或者是不交预付费用,而享受预留实例的折扣,当然折扣大小不如全部预付折扣大。

用户虽然要为预留期中所有时间付费,但费用结算是按月进行的,这个每月费用也不是固定的,因为月份有30天、31天之分,这也是官网介绍第一段话的意思。

2、谷歌云 compute engine中的Rightsizing recommendations 功能推荐结果问题:

谷歌云推出自动推荐功能,根据用户最近八天CPU和内存使用率来向用户推荐实例,原以为它是推荐实例个数,增加或者减少实例,仔细查看官网描述才发现,它只是推荐实例类型,具体描述如下:

Compute Engine监视运行虚拟机的CPU和内存利用率,并使用最近8天的数据提出建议。 Compute Engine可能会提出以下建议:

您的实例大多数时候都具有较低的CPU利用率。 Compute Engine将推荐一种具有较少虚拟CPU的机器类型。

您的实例大多数时间都具有高CPU利用率。 Compute Engine将推荐具有更多虚拟CPU的计算机类型。

您的实例尚未使用其大部分内存。 Compute Engine将推荐一种具有较少内存的机器类型。

您的实例大部分时间主要使用其大部分内存。 Compute Engine将推荐具有更多内存的机器类型。

3、谷歌云中Committed use discounts 费用计算问题:

谷歌云推出承诺使用折扣,即你承诺使用一年或者三年,谷歌云会给你一个非常优惠的价格,但是承诺期内是按照普通随用随付费,还是像Amazon一样不管用不用都要付费?这个问题一开始没弄明白,后来看官网描述发现谷歌云也是在承诺期中不管这个实例有没有使用都要付费:‘

Compute Engine offers the ability to purchase a committed use contract in return for deeply discounted prices for VM usage. These discounts are known as committed use discounts . You can purchase a committed use contract by creating a commitment. Commitments are appropriate for predictable and steady state usage where you will use a specific amount of cores and memory for future workloads. Commitments allow you to purchase a specific number of vCPUs and amount of memory at up to a 57% discount over full prices. You commit to the entire usage term and are billed for each month regardless of whether usage has occurred.

Google Cloud Platform 学习笔记相关推荐

  1. Google Cloud Platform 学习笔记(二)

    1.谷歌云不同存储方式分析: 谷歌云提出了多区域存储.区域存储.nearline.coldline存储方式,不同存储方式价格策略不同,适宜数据也不相同,下图是一个汇总: 多区域存储 多区域存储适用于存 ...

  2. 一个初学者的SAP Cloud Platform学习笔记

    User p1942400002trial i042416trial Host hanatrial.ondemand.com 工作日志 2017-05-01 956我为什么没办法publish 到cl ...

  3. Google Cloud: 如何删除Google Cloud Platform帐户? Google Cloud Platform 取消升级成付费账户, 谷歌云免费额度用完到期,怎么删除账号

    1.问题 Google Cloud: 如何删除Google Cloud Platform帐户?, Google Cloud Platform 取消升级成付费账户, 谷歌云免费额度用完到期,怎么删除账号 ...

  4. 在Google Cloud Platform上持续部署Node.js

    by Gautam Arora 由Gautam Arora 在Google Cloud Platform上持续部署Node.js (Continuous Deployment for Node.js ...

  5. Google Cloud Platform试用期变成只有一天

    GCP(Google Cloud Platform)的免费试用期据说有一年, 于是我在 2019年11月21日找了同学的澳洲卡激活了,但是过了一天发现,服务就被停止了. 所以大家散了吧,别想着褥羊毛了 ...

  6. 在Google Cloud platform上的Kubernetes集群部署HANA Express

    在Google Cloud platform的Kubernetes cluster上,新建一个hxe.yaml文件: 将如下内容拷贝进yaml文件: kind: ConfigMap apiVersio ...

  7. 在Google Cloud platform上创建Kubernetes cluster并使用

    登录Google Cloud platform,创建一个新的Kubernetes Cluster: 该集群的node个数选择为1,从Machine type下拉列表里选择CPU配置: 展开Advanc ...

  8. 使用Gardener在Google Cloud Platform上创建Kubernetes集群

    Gardener是一个开源项目,github地址: https://github.com/gardener/gardener/ 使用Gardener,我们可以在几分钟之内在GCP, AWS, Azur ...

  9. 在Google Cloud Platform的K8上运行Fn函数

    最近,我在Functions和Project Fn中玩了很多游戏. 最终,我不得不离开笔记本电脑上的操场,进入真正的野生世界. 在K8s集群上运行Fn的想法对我来说很有吸引力,因此我决定在Prem或云 ...

最新文章

  1. 带你走进Kaggle Kernels(内附视频讲解)
  2. 解决电脑没有任何图标问题(以及没有底部的任务栏)
  3. Android开发之工厂模式初探
  4. XML的序列化和反序列化 详细介绍
  5. Twemproxy对redis集群进行代理实现高可用
  6. DigSci科学数据挖掘大赛:如何在3天内拿下DigSci亚军
  7. indesign2020突然闪退_Adobe Photoshop 2020打不开,总是闪退,罪魁祸首在这里
  8. MAD huashi
  9. Spring MVC Formatter(数据格式化)详解
  10. 未来,App就是一个人的全部
  11. 今天参加广州.NET俱乐部活动,运气超好
  12. 基础篇:4.1)规范化:3d工程图纸出图步骤详解
  13. 中国省市县数据_收货地址
  14. 所谓神经网络是指以人脑和神经系统为模型的什么算法
  15. 基于波动率模型对上证综指的建模与实证分析
  16. 支持ECSHOP 2.73手机客户端
  17. 5.用数组计算复利。有$1000,年利率6.5%,假设每月计息一次,计算10年的复利。输出要包括每年的利息、结余以及到改年为止的平均利息。
  18. apk文件被安装到模拟器系统的/data/app文件下
  19. 无线网460王者荣耀服务器,王者荣耀:如何解决大批玩家网络460?骨灰级玩家给出了最终方案...
  20. Docker下运行Presto访问Redis及BI展示

热门文章

  1. 使用DIV+CSS技术设计的非遗文化网页与实现制作(web前端网页制作课作业)
  2. Android应用开发视频教程
  3. 一张图读懂一个产业短视频第5期
  4. 原来有这么多清北毕业生去了华为!
  5. node.js压缩版安装教程
  6. printk打印不能显示到终端的解决方法
  7. 程序员周六给心爱的“她”放电的动人故事
  8. 如何在jupyter notebook标注
  9. 线程间实现通信的几种方式
  10. 【工具】各种图中各种图形都代表什么含义