AWS AmazonCloudFront documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency in terminology
Security assessment
The changes are purely terminological (branding alignment) and do not alter security guidance or address vulnerabilities.
Diff
diff --git a/AmazonCloudFront/latest/DeveloperGuide/restrict-access-to-load-balancer.md b/AmazonCloudFront/latest/DeveloperGuide/restrict-access-to-load-balancer.md index be43a780e..96c73d3a1 100644 --- a//AmazonCloudFront/latest/DeveloperGuide/restrict-access-to-load-balancer.md +++ b//AmazonCloudFront/latest/DeveloperGuide/restrict-access-to-load-balancer.md @@ -58 +58 @@ This use case relies on keeping the custom header name and value secret. If the -You can configure CloudFront to add a custom HTTP header to origin requests with the CloudFront console, AWS CloudFormation, or the CloudFront API. +You can configure CloudFront to add a custom HTTP header to origin requests with the CloudFront console, CloudFormation, or the CloudFront API. @@ -71 +71 @@ You can edit the **Origin Custom Headers** setting when you create or edit an or -**To add a custom HTTP header (AWS CloudFormation)** +**To add a custom HTTP header (CloudFormation)** @@ -74 +74 @@ You can edit the **Origin Custom Headers** setting when you create or edit an or -In an AWS CloudFormation template, use the `OriginCustomHeaders` property, as shown in the following example. +In an CloudFormation template, use the `OriginCustomHeaders` property, as shown in the following example. @@ -158 +158 @@ To improve the security of this solution, you can configure your CloudFront dist -To configure CloudFront to use HTTPS for origin requests, set the **Origin Protocol Policy** setting to **HTTPS Only**. This setting is available in the CloudFront console, AWS CloudFormation, and the CloudFront API. For more information, see [Protocol (custom origins only)](./DownloadDistValuesOrigin.html#DownloadDistValuesOriginProtocolPolicy). +To configure CloudFront to use HTTPS for origin requests, set the **Origin Protocol Policy** setting to **HTTPS Only**. This setting is available in the CloudFront console, CloudFormation, and the CloudFront API. For more information, see [Protocol (custom origins only)](./DownloadDistValuesOrigin.html#DownloadDistValuesOriginProtocolPolicy). @@ -170 +170 @@ The following also applies when you configure CloudFront to use HTTPS for origin - * If the end users (also known as _viewers_ , or _clients_) of your web application can use HTTPS, you can also configure CloudFront to prefer (or even require) HTTPS connections from the end users. To do this, use the **Viewer Protocol Policy** setting. You can set it to redirect end users from HTTP to HTTPS, or to reject requests that use HTTP. This setting is available in the CloudFront console, AWS CloudFormation, and the CloudFront API. For more information, see [Viewer protocol policy](./DownloadDistValuesCacheBehavior.html#DownloadDistValuesViewerProtocolPolicy). + * If the end users (also known as _viewers_ , or _clients_) of your web application can use HTTPS, you can also configure CloudFront to prefer (or even require) HTTPS connections from the end users. To do this, use the **Viewer Protocol Policy** setting. You can set it to redirect end users from HTTP to HTTPS, or to reject requests that use HTTP. This setting is available in the CloudFront console, CloudFormation, and the CloudFront API. For more information, see [Viewer protocol policy](./DownloadDistValuesCacheBehavior.html#DownloadDistValuesViewerProtocolPolicy).