AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-10 · Documentation low

File: cli/latest/reference/drs/describe-launch-configuration-templates.md

Summary

Updated AWS CLI version from 2.34.25 to 2.34.28, modified regex patterns by removing start/end anchors (^ and $), and reordered response fields in the Launch Configuration Template documentation.

Security assessment

The changes involve routine documentation updates including CLI version bump, pattern validation changes (removing regex anchors which may indicate more permissive validation), and field reorganization. There is no explicit mention of security vulnerabilities, patches, or security incidents. The pattern changes could potentially affect input validation but without concrete evidence of a security fix, this appears to be a documentation refinement.

Diff

diff --git a/cli/latest/reference/drs/describe-launch-configuration-templates.md b/cli/latest/reference/drs/describe-launch-configuration-templates.md
index a579675b2..ff867175a 100644
--- a//cli/latest/reference/drs/describe-launch-configuration-templates.md
+++ b//cli/latest/reference/drs/describe-launch-configuration-templates.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -115 +115 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>   * pattern: `^lct-[0-9a-zA-Z]{17}$`
+>>   * pattern: `lct-[0-9a-zA-Z]{17}`
@@ -270,32 +269,0 @@ items -> (list)
->> 
->> arn -> (string)
->>
->>> ARN of the Launch Configuration Template.
->>> 
->>> Constraints:
->>> 
->>>   * min: `20`
->>>   * max: `2048`
->>>   * pattern: `^arn:.{16,2044}$`
->>> 
-
->> 
->> copyPrivateIp -> (boolean)
->>
->>> Copy private IP.
->> 
->> copyTags -> (boolean)
->>
->>> Copy tags.
->> 
->> exportBucketArn -> (string)
->>
->>> S3 bucket ARN to export Source Network templates.
->>> 
->>> Constraints:
->>> 
->>>   * min: `20`
->>>   * max: `2048`
->>>   * pattern: `^arn:.{16,2044}$`
->>> 
-
@@ -311 +279 @@ items -> (list)
->>>   * pattern: `^lct-[0-9a-zA-Z]{17}$`
+>>>   * pattern: `lct-[0-9a-zA-Z]{17}`
@@ -315 +283 @@ items -> (list)
->> launchDisposition -> (string)
+>> arn -> (string)
@@ -317 +285 @@ items -> (list)
->>> Launch disposition.
+>>> ARN of the Launch Configuration Template.
@@ -319 +287 @@ items -> (list)
->>> Possible values:
+>>> Constraints:
@@ -321,2 +289,3 @@ items -> (list)
->>>   * `STOPPED`
->>>   * `STARTED`
+>>>   * min: `20`
+>>>   * max: `2048`
+>>>   * pattern: `arn:.{16,2044}`
@@ -325,16 +293,0 @@ items -> (list)
->> 
->> launchIntoSourceInstance -> (boolean)
->>
->>> DRS will set the ‘launch into instance ID’ of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
->> 
->> licensing -> (structure)
->>
->>> Licensing.
->>> 
->>> osByol -> (boolean)
->>>
->>>> Whether to enable “Bring your own license” or not.
->> 
->> postLaunchEnabled -> (boolean)
->>
->>> Post-launch actions activated.
@@ -362,0 +316,11 @@ items -> (list)
+>> 
+>> launchDisposition -> (string)
+>>
+>>> Launch disposition.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `STOPPED`
+>>>   * `STARTED`
+>>> 
+
@@ -374,0 +339,36 @@ items -> (list)
+>> 
+>> copyPrivateIp -> (boolean)
+>>
+>>> Copy private IP.
+>> 
+>> copyTags -> (boolean)
+>>
+>>> Copy tags.
+>> 
+>> licensing -> (structure)
+>>
+>>> Licensing.
+>>> 
+>>> osByol -> (boolean)
+>>>
+>>>> Whether to enable “Bring your own license” or not.
+>> 
+>> exportBucketArn -> (string)
+>>
+>>> S3 bucket ARN to export Source Network templates.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `20`
+>>>   * max: `2048`
+>>>   * pattern: `arn:.{16,2044}`
+>>> 
+
+>> 
+>> postLaunchEnabled -> (boolean)
+>>
+>>> Post-launch actions activated.
+>> 
+>> launchIntoSourceInstance -> (boolean)
+>>
+>>> DRS will set the ‘launch into instance ID’ of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
@@ -397 +397 @@ nextToken -> (string)
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »