AWS AmazonCloudFront documentation change
Summary
Updated internal documentation links for protocol settings and gRPC configuration references
Security assessment
Changes only affect link paths and do not alter security guidance. Existing HTTPS requirement for gRPC remains unchanged without new security context.
Diff
diff --git a/AmazonCloudFront/latest/DeveloperGuide/distribution-using-grpc.md b/AmazonCloudFront/latest/DeveloperGuide/distribution-using-grpc.md index 0c26c4026..950472575 100644 --- a//AmazonCloudFront/latest/DeveloperGuide/distribution-using-grpc.md +++ b//AmazonCloudFront/latest/DeveloperGuide/distribution-using-grpc.md @@ -30 +30 @@ To configure gRPC in CloudFront, set an origin that provides a gRPC service as y -To enable a distribution to handle gRPC requests, include HTTP/2 as one of the supported HTTP versions, and allow HTTP methods, including `POST`. Your gRPC origin endpoint must be configured to support HTTPS, as CloudFront only supports secure (HTTPS-based) gRPC connections. gRPC only supports end-to-end HTTPS. If you're using a custom origin, verify that your [Protocol](./distribution-web-values-specify.html#DownloadDistValuesOriginProtocolPolicy) settings support HTTPS. +To enable a distribution to handle gRPC requests, include HTTP/2 as one of the supported HTTP versions, and allow HTTP methods, including `POST`. Your gRPC origin endpoint must be configured to support HTTPS, as CloudFront only supports secure (HTTPS-based) gRPC connections. gRPC only supports end-to-end HTTPS. If you're using a custom origin, verify that your [Protocol](./DownloadDistValuesOrigin.html#DownloadDistValuesOriginProtocolPolicy) settings support HTTPS. @@ -45 +45 @@ For more information, see the following topics: - * [Allow gRPC requests over HTTP/2](./distribution-web-values-specify.html#enable-grpc-distribution) + * [Allow gRPC requests over HTTP/2](./DownloadDistValuesCacheBehavior.html#enable-grpc-distribution)