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
asked 4 years ago1023 views
1 Answer
0
Accepted Answer

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
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions