AWS AWSCloudFormation documentation change
Summary
Updated server address field to allow IPv6 addresses and clarified Kerberos authentication domain name requirement.
Security assessment
While IPv6 support expands connectivity options, this is not inherently security-related. The Kerberos note clarifies authentication configuration but does not address a security vulnerability or add new security documentation.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-datasync-locationsmb.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-datasync-locationsmb.md index 340d5b52f..53036adb7 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-datasync-locationsmb.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-datasync-locationsmb.md @@ -196,8 +196 @@ _Maximum_ : `104` -Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to. - -Remember the following when configuring this parameter: - - * You can't specify an IP version 6 (IPv6) address. - - * If you're using Kerberos authentication, you must specify a domain name. - +Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to. @@ -204,0 +198 @@ Remember the following when configuring this parameter: +###### Note @@ -205,0 +200 @@ Remember the following when configuring this parameter: +If you're using Kerberos authentication, you must specify a domain name.