AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2025-06-28 · Documentation low

File: prescriptive-guidance/latest/patterns/implement-path-based-api-versioning-by-using-custom-domains.md

Summary

Updated author affiliation and corrected quote formatting in DNS record example

Security assessment

The change only fixes typographical quotes in a DNS configuration example and does not introduce or modify security-related content.

Diff

diff --git a/prescriptive-guidance/latest/patterns/implement-path-based-api-versioning-by-using-custom-domains.md b/prescriptive-guidance/latest/patterns/implement-path-based-api-versioning-by-using-custom-domains.md
index 028d79eb5..1a063017d 100644
--- a//prescriptive-guidance/latest/patterns/implement-path-based-api-versioning-by-using-custom-domains.md
+++ b//prescriptive-guidance/latest/patterns/implement-path-based-api-versioning-by-using-custom-domains.md
@@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsBest practicesEpicsTroubles
- _Created by Corey Schnedl (AWS), Anbazhagan Ponnuswamy (AWS), Marcelo Barbosa (AWS), Gaurav Samudra (AWS), Mario Lopez Martinez (AWS), and Abhilash Vinod (AWS)_
+ _Corey Schnedl, Marcelo Barbosa, Mario Lopez Martinez, Anbazhagan Ponnuswamy, Gaurav Samudra, and Abhilash Vinod, Amazon Web Services_
@@ -193 +193 @@ Verify ownership of your domain.| The certificate will remain in a **Pending val
-Create an alias record to point to your API Gateway custom domain.| After the certificate is issued and validated successfully, [create a DNS record](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-regional-api-custom-domain-create.html#apigateway-regional-api-custom-domain-dns-record) that points to your Amazon API Gateway custom domain URL. The custom domain URL is uniquely generated by the provisioning of the custom domain and is specified as a CloudFormation output parameter. Following is an [example of the record](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values-basic.html): **Routing policy** : Simple routing**Record name** : `demo.api-gateway-custom-domain-versioning.example.com`**Alias** : Yes**Record type** : A DNS record of type “A” that points to an AWS resource**Value** : `d-xxxxxxxxxx.execute-api.xx-xxxx-x.amazonaws.com`**TTL (seconds)** : 300| App developer, AWS systems administrator, Network administrator  
+Create an alias record to point to your API Gateway custom domain.| After the certificate is issued and validated successfully, [create a DNS record](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-regional-api-custom-domain-create.html#apigateway-regional-api-custom-domain-dns-record) that points to your Amazon API Gateway custom domain URL. The custom domain URL is uniquely generated by the provisioning of the custom domain and is specified as a CloudFormation output parameter. Following is an [example of the record](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values-basic.html): **Routing policy** : Simple routing**Record name** : `demo.api-gateway-custom-domain-versioning.example.com`**Alias** : Yes**Record type** : A DNS record of type "A" that points to an AWS resource**Value** : `d-xxxxxxxxxx.execute-api.xx-xxxx-x.amazonaws.com`**TTL (seconds)** : 300| App developer, AWS systems administrator, Network administrator