您是否会因“停止”而被收取费用? EC2 上的实例?

发布于 2024-08-26 19:32:37 字数 1459 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

愚人国度 2024-09-02 19:32:37

不会。

您需要​​支付以下费用:

  1. 在线时间
  2. 存储空间(假设您将镜像存储在 S3 [EBS] 上)
  3. 弹性 IP 地址
  4. 带宽

因此...如果您停止 EC2 实例,您只需为镜像存储付费S3(当然假设您存储图像)和您保留的任何 IP 地址。

No.

You get charged for:

  1. Online time
  2. Storage space (assumably you store the image on S3 [EBS])
  3. Elastic IP addresses
  4. Bandwidth

So... if you stop the EC2 instance you will only have to pay for the storage of the image on S3 (assuming you store an image ofcourse) and any IP addresses you've reserved.

命比纸薄 2024-09-02 19:32:37

自提出问题以来,情况可能已发生变化,但停止实例和终止实例之间存在差异。

如果您的实例基于 EBS,则可以停止。它将保留在您的账户中,但不会向您收取费用(您将继续为与实例关联的 EBS 存储和未使用的弹性 IP 地址付费)。您可以随时重新启动实例。

如果实例终止,它将从您的帐户中删除。您需要为所有剩余的 EBS 卷付费,但默认情况下,关联的 EBS 卷将被删除。您可以在使用命令行EC2 API 工具创建实例时进行配置。

This may have changed since the question was asked, but there is a difference between stopping an instance and terminating an instance.

If your instance is EBS-based, it can be stopped. It will remain in your account, but you will not be charged for it (you will continue to be charged for EBS storage associated with the instance and unused Elastic IP addresses). You can re-start the instance at any time.

If the instance is terminated, it will be deleted from your account. You’ll be charged for any remaining EBS volumes, but by default the associated EBS volume will be deleted. This can be configured when you create the instance using the command-line EC2 API Tools.

巷子口的你 2024-09-02 19:32:37

当您停止实例时,它就会被“删除”。因此,没有什么可收费的。如果您有弹性 IP 或 EBS,那么您将需要为这些付费 - 但与实例本身无关。

When you stop an instance, it is 'deleted'. As such there's nothing to be charged for. If you have an Elastic IP or EBS, then you'll be charged for those - but nothing related to the instance itself.

凤舞天涯 2024-09-02 19:32:37

简短的回答 - 不。

您只需按实例启动和运行的时间付费(以小时为单位)。如果您结合使用其他服务,您可能需要为这些服务付费,但它会与您的服务器实例分开。

Short answer - no.

You will only be charged for the time that your instance is up and running, in hour increments. If you are using other services in conjunction you may be charged for those but it would be separate from your server instance.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文