博客园  :: 首页  :: 管理

关于aws-EIP-Elastic-IP-的价格计算及收费标准

Posted on 2022-11-26 18:56  520_1351  阅读(1446)  评论(0编辑  收藏  举报

EIP,即Elastic IP (EIP) address,弹性IP地址,注EIP只有绑定到网络接口或实例上,才能在网络接口处查询到

还是先看一下官方的解释:

You can have one Elastic IP (EIP) address associated with a running instance at no charge.

If you associate additional EIPs with that instance,

you will be charged for each additional EIP associated with that instance on a pro rata basis. Additional EIPs are only available in Amazon VPC.

+++++++++++++++++++++++++++++++++++++++

To ensure efficient use of Elastic IP addresses,

we impose a small hourly charge when these IP addresses are not associated with a running instance

or when they are associated with a stopped instance or unattached network interface.

详情可以参考:https://www.amazonaws.cn/en/ec2/pricing/

根据官网的这段说明,可以知道,如果EIP分配到一个运行状态的实例上,则不收取费用,只能一个免费,添加多余的EIP也会有费用

另外:如果一个EIP没有分配到运行状态的实例,或者分配到stopped的实例,或者没有attach到网络接口,也都会有费用的

关于EIP的收费标准,AWS-CN下的北京和宁夏收费标准都是一样的,如下表所示

前面3条还是相对好理解一点、收费单位是按小时(其实算下来一天也才0.792元/天)、对于最后两条,笔者咨询过aws客服,给出了如下的解释:

每月前 100 个重映射的每个弹性 IP 地址重映射 ¥0.000 解释:

如果某一个EIP在当月重复绑定EC2实例(同一个EC2实例或不同EC2实例)的次数小于等于100次,那么该重复绑定的操作是免费的;

每月前 100 个之外的重映射的每个弹性 IP 地址重映射 ¥0.667 解释:

如果某一个EIP在当月重复绑定EC2实例(同一个EC2实例或不同EC2实例)的次数大于100次,那么100此之外的重复绑定操作将按照每次0.667元进行计费。

 

 

尊重别人的劳动成果 转载请务必注明出处:https://www.cnblogs.com/5201351/p/16928062.html