AWS AmazonCloudFront documentation change
Summary
Added multi-tenant distribution update procedures, distribution tenant management, and configuration propagation notes
Security assessment
While the changes mention certificate updates and configuration propagation, these are part of normal operational documentation updates. There is no evidence of addressing security vulnerabilities or introducing new security features.
Diff
diff --git a/AmazonCloudFront/latest/DeveloperGuide/HowToUpdateDistribution.md b/AmazonCloudFront/latest/DeveloperGuide/HowToUpdateDistribution.md index 88818b9f9..b190c61bb 100644 --- a//AmazonCloudFront/latest/DeveloperGuide/HowToUpdateDistribution.md +++ b//AmazonCloudFront/latest/DeveloperGuide/HowToUpdateDistribution.md @@ -4,0 +5,2 @@ +Update a distribution in the console + @@ -9 +11,54 @@ In the CloudFront console, you can see the CloudFront distributions that are ass -###### To update a CloudFront distribution +## Update a distribution in the console + +The following procedures show you how to update a CloudFront distribution in the console. + +Multi-tenant + + +###### To update a multi-tenant distribution + + 1. Sign in to the AWS Management Console and open the CloudFront console at [https://console.aws.amazon.com/cloudfront/v4/home](https://console.aws.amazon.com/cloudfront/v4/home). + + 2. Search for and choose the ID of the multi-tenant distribution. + + 3. Choose the tab for the settings you want to update. + + 4. Make the updates, and then, to save your changes, choose **Save changes**. For more information about the settings you can update, see [CloudFront multi-tenant distribution reference](./template-preconfigured-origin-settings.html). + + + + +You can also update a distribution by using the CloudFront API: + + * To update a distribution, see [UpdateDistribution](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html) in the _Amazon CloudFront API Reference_. + + + + +###### Important + +When you update your distribution, be aware that a number of additional fields are required that are not required when you first create a distribution. To help make sure that all of the required fields are included when you use the CloudFront API to update a distribution, follow the steps described in [UpdateDistribution](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html) in the _Amazon CloudFront API Reference_. + +To change the multi-tenant distribution for a distribution tenant, you update the distribution tenant. You also update the distribution tenant to update its domain, certificate, customizations, or parameter values. For more details about updating the distribution tenant certificate, see [Add a domain and certificate (distribution tenant)](./managed-cloudfront-certificates.html#vanity-domain-tls-tenant). + +###### To update a distribution tenant + + 1. Sign in to the AWS Management Console and open the CloudFront console at [https://console.aws.amazon.com/cloudfront/v4/home](https://console.aws.amazon.com/cloudfront/v4/home). + + 2. Under **SaaS** , choose **Distribution tenants**. + + 3. Search for the distribution tenant. Use the dropdown menu in the search bar to filter by domain, name, distribution ID, certificate ID, connection group ID, or web ACL ID. + + 4. Choose the distribution tenant's name. + + 5. To update general **Details** , choose **Edit** , make the updates, and choose **Update distribution tenant**. + + 6. Choose the appropriate tab for any other settings to update, make your updates, and save them. For more information about the distribution tenant settings you can customize, see [Distribution tenant customizations](./tenant-customization.html). + + + + +Standard + + +###### To update a standard distribution @@ -52,0 +108,4 @@ Your changes don't propagate to every edge location at the same time. While Clou +###### Note + +In rare cases when a host or network link is disrupted, some distribution tenant traffic might be served using older configurations for a brief period until your changes make their way through the network. +