AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version reference from 2.34.25 to 2.34.28, reordered fields in the launch configuration response, and modified regex patterns by removing start/end anchors (^ and $) for sourceServerID and launchIntoEC2InstanceID patterns.

Security assessment

The changes are primarily structural reorganization of response fields and minor pattern syntax adjustments. The removal of regex anchors could potentially affect input validation strictness, but there's no explicit mention of security vulnerabilities, patches, or security incidents in the diff. The changes appear to be routine documentation updates and field reordering without security context.

Diff

diff --git a/cli/latest/reference/drs/get-launch-configuration.md b/cli/latest/reference/drs/get-launch-configuration.md
index 15bdf4542..4dde17280 100644
--- a//cli/latest/reference/drs/get-launch-configuration.md
+++ b//cli/latest/reference/drs/get-launch-configuration.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -101 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->   * pattern: `^s-[0-9a-zA-Z]{17}$`
+>   * pattern: `s-[0-9a-zA-Z]{17}`
@@ -218 +218 @@ The formatting style for error output. By default, errors are displayed in enhan
-copyPrivateIp -> (boolean)
+sourceServerID -> (string)
@@ -220 +220,8 @@ copyPrivateIp -> (boolean)
-> Whether we should copy the Private IP of the Source Server to the Recovery Instance.
+> The ID of the Source Server for this launch configuration.
+> 
+> Constraints:
+> 
+>   * min: `19`
+>   * max: `19`
+>   * pattern: `s-[0-9a-zA-Z]{17}`
+> 
@@ -222 +228,0 @@ copyPrivateIp -> (boolean)
-copyTags -> (boolean)
@@ -224 +230,10 @@ copyTags -> (boolean)
-> Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.
+name -> (string)
+
+> The name of the launch configuration.
+> 
+> Constraints:
+> 
+>   * min: `0`
+>   * max: `128`
+> 
+
@@ -248 +263 @@ launchDisposition -> (string)
-launchIntoInstanceProperties -> (structure)
+targetInstanceTypeRightSizingMethod -> (string)
@@ -250 +265 @@ launchIntoInstanceProperties -> (structure)
-> Launch into existing instance properties.
+> Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.
@@ -252 +267 @@ launchIntoInstanceProperties -> (structure)
-> launchIntoEC2InstanceID -> (string)
+> Possible values:
@@ -254,8 +269,11 @@ launchIntoInstanceProperties -> (structure)
->> Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.
->> 
->> Constraints:
->> 
->>   * min: `0`
->>   * max: `255`
->>   * pattern: `^i-[0-9a-fA-F]{8,}$`
->> 
+>   * `NONE`
+>   * `BASIC`
+>   * `IN_AWS`
+> 
+
+
+copyPrivateIp -> (boolean)
+
+> Whether we should copy the Private IP of the Source Server to the Recovery Instance.
+
+copyTags -> (boolean)
@@ -262,0 +281 @@ launchIntoInstanceProperties -> (structure)
+> Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.
@@ -272,11 +290,0 @@ licensing -> (structure)
-name -> (string)
-
-> The name of the launch configuration.
-> 
-> Constraints:
-> 
->   * min: `0`
->   * max: `128`
-> 
-
-
@@ -287,13 +295 @@ postLaunchEnabled -> (boolean)
-sourceServerID -> (string)
-
-> The ID of the Source Server for this launch configuration.
-> 
-> Constraints:
-> 
->   * min: `19`
->   * max: `19`
->   * pattern: `^s-[0-9a-zA-Z]{17}$`
-> 
-
-
-targetInstanceTypeRightSizingMethod -> (string)
+launchIntoInstanceProperties -> (structure)
@@ -301,3 +297 @@ targetInstanceTypeRightSizingMethod -> (string)
-> Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.
-> 
-> Possible values:
+> Launch into existing instance properties.
@@ -305,3 +299 @@ targetInstanceTypeRightSizingMethod -> (string)
->   * `NONE`
->   * `BASIC`
->   * `IN_AWS`
+> launchIntoEC2InstanceID -> (string)
@@ -308,0 +301,8 @@ targetInstanceTypeRightSizingMethod -> (string)
+>> Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.
+>> 
+>> Constraints:
+>> 
+>>   * min: `0`
+>>   * max: `255`
+>>   * pattern: `i-[0-9a-fA-F]{8,}`
+>> 
@@ -321 +321 @@ targetInstanceTypeRightSizingMethod -> (string)
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »