AWS Security ChangesHomeSearch

AWS AWSCloudFormation medium security documentation change

Service: AWSCloudFormation · 2025-11-19 · Security-related medium

File: AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md

Summary

Removed specific TLS version references (TLS_1_0/TLS_1_2) from security policy documentation

Security assessment

Removal of explicit TLS version guidance could impact security configurations by reducing clarity about secure protocol versions. TLS 1.0 is considered insecure and its removal from documentation suggests deprecation, which is security-relevant.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md
index 29f972bad..76cfa715c 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-domainname.md
@@ -5 +5 @@ SyntaxPropertiesReturn valuesExamplesSee also
-This is the new _AWS CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).
+This is the new _CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).
@@ -17 +17 @@ You can use a custom domain name to provide a URL that's more intuitive and easi
-To declare this entity in your AWS CloudFormation template, use the following syntax:
+To declare this entity in your CloudFormation template, use the following syntax:
@@ -141 +141 @@ _Required_ : No
-The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are `TLS_1_0` and `TLS_1_2`.
+The Transport Layer Security (TLS) version + cipher suite for this DomainName.