There is no additional charge for using Amazon CloudFormation with resource providers in the following namespaces: AWS::*, Amazon::*, AMZN::*, Alexa::*, and Custom::*. In this case you pay for Amazon Web Services resources (such as Amazon EC2 instances, Elastic Load Balancing load balancers, etc.) created using Amazon CloudFormation as if you created them manually. You only pay for what you use, as you use it; there are no minimum fees and no required upfront commitments.

When you use resource providers with Amazon CloudFormation outside the namespaces mentioned above, you incur charges per handler operation. Handler operations are create, update, delete, read, or list actions on a resource. For more information about handler operations and resource providers, please visit the CloudFormation documentation.

价格计算器

Free Tier

CloudFormation Free Tier is available in the Amazon Web Services China (Ningxia) Region operated by NWCD and Amazon Web Services China (Beijing) Region operated by Sinnet. The Free Tier includes 1,000 handler operations per month per account.

Pricing - third party resource providers (not AWS::*, Alexa::*, or Custom::*)

* For handler operation durations above 30 seconds per operation, you will be charged ¥0.00056 per second above the threshold.

Data transfer: You are billed at standard Amazon Web Services data transfer rates.

Example 1

In this example, you manage 500 third party resources such as AnotherCompany::Dashboard::Instance. You perform one daily operation on each of the resources. We'll assume that none of the handler operations in this case are above the 30s threshold. Your monthly Amazon CloudFormation bill is calculated as follows:


Total third party handler operations: 500 resources * 30 operations = 15,000
Total bill = (third party handler operations - Free tier) * price per handler + duration above threshold * price per second
Total bill = (15,000 - 1,000) * ¥0.0063 + ¥0 = ¥88.2

Example 2

In this example, you manage 200 resources in one account such as MyCompany::Widget::Instance. You perform one daily operation on each of the resources. Some of the operations on these resources require longer processing times (total of 4 hours of overage across all resources). Your monthly CloudFormation bill will be calculated as follows:

Total private resource handler operations: 200 resources * 30 operations = 6,000
Total handler duration overage = 4 hours * 3,600 = 14,400 seconds
Total bill = (Resource handler operations - Free tier) * price per handler + duration overage * price per second
Total bill = (6,000 - 1,000) * ¥0.0063 + 14,400 * ¥0.00056 = ¥31.5 + ¥8.064 = ¥39.564

Close
Hot Contact Us

Hotline Contact Us

1010 0766
Beijing Region
Operated By Sinnet
1010 0966
Ningxia Region
Operated By NWCD