AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version from 2.34.25 to 2.34.28, reordered parameters, changed required/optional status of several parameters, added new 'internet-protocol' parameter, updated pattern constraints (removed '^' and '$' anchors), reorganized pitPolicy structure, and added replicationConfigurationTemplateID output field

Security assessment

The changes are primarily documentation reorganization and feature updates. The addition of 'internet-protocol' parameter for IPv4/IPv6 support and reordering of security-related parameters (security groups, subnet IDs) are feature enhancements rather than security fixes. No evidence of vulnerability remediation or security incident response in the changes.

Diff

diff --git a/cli/latest/reference/drs/create-replication-configuration-template.md b/cli/latest/reference/drs/create-replication-configuration-template.md
index 0aa3387c7..4aef85be6 100644
--- a//cli/latest/reference/drs/create-replication-configuration-template.md
+++ b//cli/latest/reference/drs/create-replication-configuration-template.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -67,6 +67,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-    --associate-default-security-group | --no-associate-default-security-group
-    [--auto-replicate-new-disks | --no-auto-replicate-new-disks]
-    --bandwidth-throttling <value>
-    --create-public-ip | --no-create-public-ip
-    --data-plane-routing <value>
-    --default-large-staging-disk-type <value>
+    --staging-area-subnet-id <value>
+    [--associate-default-security-group | --no-associate-default-security-group]
+    --replication-servers-security-groups-ids <value>
+    [--replication-server-instance-type <value>]
+    [--use-dedicated-replication-server | --no-use-dedicated-replication-server]
+    [--default-large-staging-disk-type <value>]
@@ -75,4 +75,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-    --pit-policy <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]
@@ -79,0 +79 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+    --pit-policy <value>
@@ -81 +81,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-    --use-dedicated-replication-server | --no-use-dedicated-replication-server
+    [--auto-replicate-new-disks | --no-auto-replicate-new-disks]
+    [--internet-protocol <value>]
@@ -107 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--associate-default-security-group` | `--no-associate-default-security-group` (boolean) [required]
+`--staging-area-subnet-id` (string) [required]
@@ -109 +110,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,}`
+> 
@@ -111 +118,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)
@@ -113 +120 @@ 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)
@@ -115 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--bandwidth-throttling` (long) [required]
+> Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
@@ -117 +124,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) [required]
+
+> The security group IDs that will be used by the replication server.
@@ -121,0 +131,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+>   * max: `32`
+> 
+
@@ -122,0 +135,8 @@ 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,}`
+>> 
@@ -125 +145 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--create-public-ip` | `--no-create-public-ip` (boolean) [required]
+Syntax:
@@ -127 +146,0 @@ 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.
@@ -129 +148,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--data-plane-routing` (string) [required]
+    "string" "string" ...
+    
@@ -131 +151,3 @@ 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.
+`--replication-server-instance-type` (string)
+
+> The instance type to be used for the replication server.
@@ -133 +155 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-> Possible values:
+> Constraints:
@@ -135,2 +157,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->   * `PRIVATE_IP`
->   * `PUBLIC_IP`
+>   * min: `0`
+>   * max: `255`
@@ -140 +162,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
-`--default-large-staging-disk-type` (string) [required]
+`--use-dedicated-replication-server` | `--no-use-dedicated-replication-server` (boolean)
+
+> Whether to use a dedicated Replication Server in the replication staging area.
+
+`--default-large-staging-disk-type` (string)
@@ -173 +199 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->   * pattern: `^arn:.{16,2044}$`
+>   * pattern: `arn:.{16,2044}`
@@ -176,0 +203,60 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
+`--bandwidth-throttling` (long) [required]
+
+> 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.
+> 
+> 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) [required]
+
+> 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"
+      ...}
+    
+
@@ -192,5 +278 @@ 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)
@@ -198 +280 @@ 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.
@@ -202 +284 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>>   * min: `1`
+>>>   * min: `0`
@@ -206 +288 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->> retentionDuration -> (integer) [required]
+>> units -> (string) [required]
@@ -208 +290 @@ 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.
@@ -210 +292 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>> Constraints:
+>>> Possible values:
@@ -212 +294,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>>   * min: `1`
+>>>   * `MINUTE`
+>>>   * `HOUR`
+>>>   * `DAY`
@@ -216 +300 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->> ruleID -> (long)
+>> interval -> (integer) [required]
@@ -218 +302 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20
->>> The ID of the rule.
+>>> How often, in the chosen units, a snapshot should be taken.
@@ -222 +306 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20