| Did this page help you? Yes No Tell us about it... |
You can have up to 100 distributions of each type (download and streaming) in the Amazon CloudFront system. However, you might find that you no longer want to use a particular distribution. The following figure and table describe the process you must use to delete a distribution.

Process for Deleting a Distribution
|
1 |
You disable the distribution and get the value of the ETag header in the response to your PUT request. Specifically, you update the distribution's configuration to
have the |
|
2 |
You confirm that the distribution is disabled. This task is optional; if you try to delete the distribution
before it is fully disabled, CloudFront returns a
To confirm the distribution is disabled, you fetch the
distribution's information and confirm the value of the
After the distribution is disabled, any end-user requests that use the domain name associated with the distribution will fail. |
|
3 |
You send a request to delete the distribution and include the
HTTP For more information, go to DELETE Distribution in the Amazon CloudFront API Reference. |
|
4 |
AWS confirms that the version number you sent in the
If it does, your request is processed. If it does not, this means that someone else has modified the
distribution since you disabled it (and possibly re-enabled it). In
this case, CloudFront returns a |