简体   繁体   English

一个空的 Cloudformation Stack 会花钱吗?

[英]Will an empty Cloudformation Stack cost money?

AWS docs say you only pay for what you use. AWS 文档说您只需为使用的内容付费。

Just wondering if the "Stack" by itself costs something.只是想知道“堆栈”本身是否需要花费一些东西。 If I create an empty Cloudformation Stack without any resources, will it have some costs associated with it?如果我在没有任何资源的情况下创建一个空的 Cloudformation 堆栈,是否会产生一些相关费用?

An empty stack, with no resources, will not cost you any money.没有资源的空堆栈不会花费您任何金钱。

From the cloudformation docs (emphasis is mine):来自cloudformation 文档(重点是我的):

There is no additional charge for using AWS CloudFormation with resource providers in the following namespaces: AWS:: , Alexa:: , and Custom::*.将 AWS CloudFormation 与以下命名空间中的资源提供商一起使用不收取额外费用:AWS:: 、Alexa::和 Custom::*。 In these cases, you pay for AWS resources such as Amazon Elastic Compute Cloud (EC2) instances, Elastic Load Balancing load balancers, etc. created using AWS CloudFormation the same as if you had created them manually在这些情况下,您为使用 AWS CloudFormation 创建的 AWS 资源(例如 Amazon Elastic Compute Cloud (EC2) 实例、Elastic Load Balancing 负载均衡器等)付费,就像您手动创建它们一样

so even if the stack is not empty, when using the standard resource providers, leveraging cloudformation will not cost you anything extra.因此,即使堆栈不为空,在使用标准资源提供程序时,利用 cloudformation 也不会花费您任何额外费用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM