AWS AmazonCloudFront documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in three places related to Viewer Protocol Policy and Allowed HTTP Methods configurations.
Security assessment
The changes are purely terminological (removing redundant 'AWS' prefix) and do not alter the security requirements or documentation.
Diff
diff --git a/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.md b/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.md index 80088d78b..09eb555b5 100644 --- a//AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.md +++ b//AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.md @@ -247 +247 @@ To link a field-level encryption configuration to a cache behavior, the distribu - * The cache behavior’s **Viewer Protocol Policy** must be set to **Redirect HTTP to HTTPS** or **HTTPS Only**. (In AWS CloudFormation or the CloudFront API, `ViewerProtocolPolicy` must be set to `redirect-to-https` or `https-only`.) + * The cache behavior’s **Viewer Protocol Policy** must be set to **Redirect HTTP to HTTPS** or **HTTPS Only**. (In CloudFormation or the CloudFront API, `ViewerProtocolPolicy` must be set to `redirect-to-https` or `https-only`.) @@ -249 +249 @@ To link a field-level encryption configuration to a cache behavior, the distribu - * The cache behavior’s **Allowed HTTP Methods** must be set to **GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE**. (In AWS CloudFormation or the CloudFront API, `AllowedMethods` must be set to `GET`, `HEAD`, `OPTIONS`, `PUT`, `POST`, `PATCH`, `DELETE`. These can be specified in any order.) + * The cache behavior’s **Allowed HTTP Methods** must be set to **GET, HEAD, OPTIONS, PUT, POST, PATCH, DELETE**. (In CloudFormation or the CloudFront API, `AllowedMethods` must be set to `GET`, `HEAD`, `OPTIONS`, `PUT`, `POST`, `PATCH`, `DELETE`. These can be specified in any order.) @@ -251 +251 @@ To link a field-level encryption configuration to a cache behavior, the distribu - * The origin setting’s **Origin Protocol Policy** must be set to **Match Viewer** or **HTTPS Only**. (In AWS CloudFormation or the CloudFront API, `OriginProtocolPolicy` must be set to `match-viewer` or `https-only`.) + * The origin setting’s **Origin Protocol Policy** must be set to **Match Viewer** or **HTTPS Only**. (In CloudFormation or the CloudFront API, `OriginProtocolPolicy` must be set to `match-viewer` or `https-only`.)