AWS AmazonCloudFront documentation change
Summary
Updated multiple documentation links and section references (e.g., Origin Shield, timeouts, SSL protocols)
Security assessment
Link updates and section title changes (e.g., 'Using' to 'Use') are documentation formatting improvements. No security-specific content added or vulnerabilities addressed.
Diff
diff --git a/AmazonCloudFront/latest/DeveloperGuide/helper-functions-origin-modification.md b/AmazonCloudFront/latest/DeveloperGuide/helper-functions-origin-modification.md index 6c80a6ea5..e00b70935 100644 --- a//AmazonCloudFront/latest/DeveloperGuide/helper-functions-origin-modification.md +++ b//AmazonCloudFront/latest/DeveloperGuide/helper-functions-origin-modification.md @@ -129 +129 @@ The number of times that CloudFront attempts to connect to the origin. The minim -This enables or updates CloudFront Origin Shield. Using Origin Shield can help reduce the load on your origin. For more information, see [Using Amazon CloudFront Origin Shield](./origin-shield.html). If this is not provided, the Origin Shield settings from the assigned origin are used. +This enables or updates CloudFront Origin Shield. Using Origin Shield can help reduce the load on your origin. For more information, see [Use Amazon CloudFront Origin Shield](./origin-shield.html). If this is not provided, the Origin Shield settings from the assigned origin are used. @@ -141 +141 @@ The AWS Region for Origin Shield. Specify the AWS Region that has the lowest lat -When you enable CloudFront Origin Shield, you must specify the AWS Region for it. For a list of available AWS Regions and help choosing the best Region for your origin, see [Choosing the AWS Region for Origin Shield](./origin-shield.html#choose-origin-shield-region). +When you enable CloudFront Origin Shield, you must specify the AWS Region for it. For a list of available AWS Regions and help choosing the best Region for your origin, see [Choose the AWS Region for Origin Shield](./origin-shield.html#choose-origin-shield-region). @@ -202 +202 @@ Timeouts only apply to custom origins, not Amazon S3 origins. (S3 origin configu -The minimum timeout is 1 second and the maximum is 60 seconds. For more information, see [Response timeout (custom and VPC origins only)](./distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout). +The minimum timeout is 1 second and the maximum is 60 seconds. For more information, see [Response timeout (custom and VPC origins only)](./DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout). @@ -207 +207 @@ The minimum timeout is 1 second and the maximum is 60 seconds. For more informat -Timeouts only apply to custom origins, not Amazon S3 origins. (S3 origin configurations will ignore these settings.) `keepAliveTimeout` specifies how long CloudFront should try to maintain the connection to the origin after receiving the last packet of the response. The minimum timeout is 1 second and the maximum is 60 seconds. For more information, see [Keep-alive timeout (custom and VPC origins only)](./distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout). +Timeouts only apply to custom origins, not Amazon S3 origins. (S3 origin configurations will ignore these settings.) `keepAliveTimeout` specifies how long CloudFront should try to maintain the connection to the origin after receiving the last packet of the response. The minimum timeout is 1 second and the maximum is 60 seconds. For more information, see [Keep-alive timeout (custom and VPC origins only)](./DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout). @@ -212 +212 @@ Timeouts only apply to custom origins, not Amazon S3 origins. (S3 origin configu -The number of seconds that CloudFront waits when trying to establish a connection to the origin. The minimum timeout is 1 second and the maximum is 10 seconds. For more information, see [Connection timeout](./distribution-web-values-specify.html#origin-connection-timeout). +The number of seconds that CloudFront waits when trying to establish a connection to the origin. The minimum timeout is 1 second and the maximum is 10 seconds. For more information, see [Connection timeout](./DownloadDistValuesOrigin.html#origin-connection-timeout). @@ -239 +239 @@ Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the or -A list that specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include `SSLv3`, `TLSv1`, `TLSv1.1`, and `TLSv1.2`. For more information, see [Minimum origin SSL protocol](./distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols). +A list that specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include `SSLv3`, `TLSv1`, `TLSv1.1`, and `TLSv1.2`. For more information, see [Minimum origin SSL protocol](./DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols).