AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/drs/update-replication-configuration-template.md

Summary

Updated AWS CLI version from 2.34.25 to 2.34.28, reordered parameters, added new '--internet-protocol' parameter, updated parameter descriptions and constraints, and restructured PIT policy field order.

Security assessment

The changes primarily involve documentation formatting, parameter reordering, and adding a new internet protocol parameter (IPv4/IPv6). While there are security-related parameters like security groups and subnet configurations mentioned, there is no concrete evidence in the diff that these changes address a specific security vulnerability, weakness, or incident. The updates appear to be routine documentation improvements and feature additions.

Diff

diff --git a/cli/latest/reference/drs/update-replication-configuration-template.md b/cli/latest/reference/drs/update-replication-configuration-template.md
index df40c157f..cda1f5fba 100644
--- a//cli/latest/reference/drs/update-replication-configuration-template.md
+++ b//cli/latest/reference/drs/update-replication-configuration-template.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -66,0 +67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+    --replication-configuration-template-id <value>
@@ -67,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+    [--staging-area-subnet-id <value>]
@@ -69,4 +71,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-    [--auto-replicate-new-disks | --no-auto-replicate-new-disks]
-    [--bandwidth-throttling <value>]
-    [--create-public-ip | --no-create-public-ip]
-    [--data-plane-routing <value>]
+    [--replication-servers-security-groups-ids <value>]
+    [--replication-server-instance-type <value>]
+    [--use-dedicated-replication-server | --no-use-dedicated-replication-server]
@@ -76,5 +77,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-    [--pit-policy <value>]
-    --replication-configuration-template-id <value>
-    [--replication-server-instance-type <value>]
-    [--replication-servers-security-groups-ids <value>]
-    [--staging-area-subnet-id <value>]
+    [--bandwidth-throttling <value>]
+    [--data-plane-routing <value>]
+    [--create-public-ip | --no-create-public-ip]
@@ -82 +81,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-    [--use-dedicated-replication-server | --no-use-dedicated-replication-server]
+    [--pit-policy <value>]
+    [--auto-replicate-new-disks | --no-auto-replicate-new-disks]
+    [--internet-protocol <value>]
@@ -107,0 +109,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+`--replication-configuration-template-id` (string) [required]
+
+> The Replication Configuration Template ID.
+> 
+> Constraints:
+> 
+>   * min: `21`
+>   * max: `21`
+>   * pattern: `rct-[0-9a-zA-Z]{17}`
+> 
+
+
@@ -116 +129 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->   * pattern: `^arn:.{16,2044}$`
+>   * pattern: `arn:.{16,2044}`
@@ -120 +133 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--associate-default-security-group` | `--no-associate-default-security-group` (boolean)
+`--staging-area-subnet-id` (string)
@@ -122 +135,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-> Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
+> The subnet to be used by the replication staging area.
+> 
+> Constraints:
+> 
+>   * min: `0`
+>   * max: `255`
+>   * pattern: `subnet-[0-9a-fA-F]{8,}`
+> 
@@ -124 +143,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--auto-replicate-new-disks` | `--no-auto-replicate-new-disks` (boolean)
@@ -126 +145 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-> Whether to allow the AWS replication agent to automatically replicate newly added disks.
+`--associate-default-security-group` | `--no-associate-default-security-group` (boolean)
@@ -128 +147 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--bandwidth-throttling` (long)
+> Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
@@ -130 +149,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-> Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
+`--replication-servers-security-groups-ids` (list)
+
+> The security group IDs that will be used by the replication server.
@@ -134,0 +156 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+>   * max: `32`
@@ -136,0 +159,9 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+> 
+> (string)
+>
+>> Constraints:
+>> 
+>>   * min: `0`
+>>   * max: `255`
+>>   * pattern: `sg-[0-9a-fA-F]{8,}`
+>> 
@@ -138 +168,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--create-public-ip` | `--no-create-public-ip` (boolean)
@@ -140 +170 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-> Whether to create a Public IP for the Recovery Instance by default.
+Syntax:
@@ -142 +171,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--data-plane-routing` (string)
@@ -144 +173,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-> The data plane routing mechanism that will be used for replication.
+    "string" "string" ...
+    
+
+`--replication-server-instance-type` (string)
+
+> The instance type to be used for the replication server.
@@ -146 +180 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-> Possible values:
+> Constraints:
@@ -148,2 +182,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->   * `PRIVATE_IP`
->   * `PUBLIC_IP`
+>   * min: `0`
+>   * max: `255`
@@ -152,0 +187,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+`--use-dedicated-replication-server` | `--no-use-dedicated-replication-server` (boolean)
+
+> Whether to use a dedicated Replication Server in the replication staging area.
+
@@ -186 +224,17 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->   * pattern: `^arn:.{16,2044}$`
+>   * pattern: `arn:.{16,2044}`
+> 
+
+
+`--bandwidth-throttling` (long)
+
+> Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
+> 
+> Constraints:
+> 
+>   * min: `0`
+> 
+
+
+`--data-plane-routing` (string)
+
+> The data plane routing mechanism that will be used for replication.
@@ -187,0 +242,44 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+> Possible values:
+> 
+>   * `PRIVATE_IP`
+>   * `PUBLIC_IP`
+> 
+
+
+`--create-public-ip` | `--no-create-public-ip` (boolean)
+
+> Whether to create a Public IP for the Recovery Instance by default.
+
+`--staging-area-tags` (map)
+
+> A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
+> 
+> key -> (string)
+>
+>> Constraints:
+>> 
+>>   * min: `0`
+>>   * max: `256`
+>> 
+
+> 
+> value -> (string)
+>
+>> Constraints:
+>> 
+>>   * min: `0`
+>>   * max: `256`
+>> 
+
+
+Shorthand Syntax:
+    
+    
+    KeyName1=string,KeyName2=string
+    
+
+JSON Syntax:
+    
+    
+    {"string": "string"
+      ...}
@@ -205,5 +303 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->> enabled -> (boolean)
->>
->>> Whether this rule is enabled or not.
->> 
->> interval -> (integer) [required]
+>> ruleID -> (long)
@@ -211 +305 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>> How often, in the chosen units, a snapshot should be taken.
+>>> The ID of the rule.
@@ -215 +309 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>>   * min: `1`
+>>>   * min: `0`
@@ -219 +313 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->> retentionDuration -> (integer) [required]
+>> units -> (string) [required]
@@ -221 +315 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>> The duration to retain a snapshot for, in the chosen units.
+>>> The units used to measure the interval and retentionDuration.
@@ -223 +317 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>> Constraints: