Price of disabled Amazon CloudFront Distribution with Dedicated IP Custom SSL

0

I want to disable an Amazon CloudFront Distribution, to disable current service, but want to enable later with same configuration.

Here is the document about Distribution State I found:

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesEnabled

If a Distribution's state is "Disabled", is the requests for the Distribution is not counted as a pricing request? Additional if the disabled Distribution is configured to use dedicated IP custom SSL, does it cost or not?

Here is the document for Dedicated IP Custom SSL : https://aws.amazon.com/cloudfront/custom-ssl-domains/

AWS
已提问 4 年前1099 查看次数
1 回答
0
已接受的回答

If you disable a CloudFront distribution, you won't be able to resolve the DNS associated to it > you will NOT be charged for requests, data transfert, etc.

You will NOT be charged for any Dedicated IP Custom SSL associated to a disabled distribution either, "the charge begins when you associate your SSL/TLS certificate with a distribution and you enable the distribution" [*]. Note that with Dedicated IP Custom SSL, we do not assign a single or set of IPs that don't change to your distribution, we bind a single IP address to each edge location we have client facing and then bind the certificate to that IP address. These IPs rotate frequently and are re-issued via DNS requests against your distribution. If your distribution is disabled, it does not receive any requests, we do not have any IP dedicated to your distribution.

[*] https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cnames-https-dedicated-ip-or-sni.html#cnames-https-dedicated-ip

AWS
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则