AWS cli medium security documentation change
Summary
Updated CLI reference documentation for 'update-replication-configuration-template' command, adding new parameters like --replication-servers-security-groups-ids, --internet-protocol, and reorganizing existing parameters. Added validation constraints for IDs and security groups.
Security assessment
The change introduces --replication-servers-security-groups-ids with security group ID validation (pattern: sg-[0-9a-fA-F]{8,}), which directly relates to network security controls. Security groups are a core AWS security feature for managing access. The addition of explicit security group configuration documentation improves security posture but does not indicate a specific vulnerability fix.
Diff
diff --git a/cli/latest/reference/mgn/update-replication-configuration-template.md b/cli/latest/reference/mgn/update-replication-configuration-template.md index f17a70c94..a2b447e11 100644 --- a//cli/latest/reference/mgn/update-replication-configuration-template.md +++ b//cli/latest/reference/mgn/update-replication-configuration-template.md @@ -15 +15 @@ - * [AWS CLI 2.32.11 Command Reference](../../index.html) » + * [AWS CLI 2.32.13 Command Reference](../../index.html) » @@ -66,0 +67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 + --replication-configuration-template-id <value> @@ -67,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 + [--staging-area-subnet-id <value>] @@ -69,3 +71,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 - [--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] @@ -75,4 +77,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 - --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] @@ -80 +80,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 - [--use-dedicated-replication-server | --no-use-dedicated-replication-server] @@ -81,0 +82 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 + [--internet-protocol <value>] @@ -105,0 +107,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 +`--replication-configuration-template-id` (string) [required] + +> Update replication configuration template template ID request. +> +> Constraints: +> +> * min: `21` +> * max: `21` +> * pattern: `rct-[0-9a-zA-Z]{17}` +> + + @@ -116,0 +130,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 +`--staging-area-subnet-id` (string) + +> Update replication configuration template Staging Area subnet ID request. +> +> Constraints: +> +> * min: `0` +> * max: `255` +> * pattern: `subnet-[0-9a-fA-F]{8,}` +> + + @@ -121 +146 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -`--bandwidth-throttling` (long) +`--replication-servers-security-groups-ids` (list) @@ -123 +148 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> Update replication configuration template bandwidth throttling request. +> Update replication configuration template Replication Server Security groups IDs request. @@ -128 +153 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> * max: `10000` +> * max: `32` @@ -130,0 +156,9 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 +> +> (string) +> +>> Constraints: +>> +>> * min: `0` +>> * max: `255` +>> * pattern: `sg-[0-9a-fA-F]{8,}` +>> @@ -132 +165,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -`--create-public-ip` | `--no-create-public-ip` (boolean) @@ -134 +167 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> Update replication configuration template create Public IP request. +Syntax: @@ -136 +168,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -`--data-plane-routing` (string) @@ -138 +170,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> Update replication configuration template data plane routing request. + "string" "string" ... + + +`--replication-server-instance-type` (string) + +> Update replication configuration template Replication Server instance type request. @@ -140 +177 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> Possible values: +> Constraints: @@ -142,2 +179,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> * `PRIVATE_IP` -> * `PUBLIC_IP` +> * min: `0` +> * max: `255` @@ -146,0 +184,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 +`--use-dedicated-replication-server` | `--no-use-dedicated-replication-server` (boolean) + +> Update replication configuration template use dedicated Replication Server request. + @@ -181,13 +222 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -`--replication-configuration-template-id` (string) [required] - -> Update replication configuration template template ID request. -> -> Constraints: -> -> * min: `21` -> * max: `21` -> * pattern: `^rct-[0-9a-zA-Z]{17}$` -> - - -`--replication-server-instance-type` (string) +`--bandwidth-throttling` (long) @@ -195 +224 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> Update replication configuration template Replication Server instance type request. +> Update replication configuration template bandwidth throttling request. @@ -200 +229 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> * max: `255` +> * max: `10000` @@ -204 +233 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -`--replication-servers-security-groups-ids` (list) +`--data-plane-routing` (string) @@ -206,6 +235 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> Update replication configuration template Replication Server Security groups IDs request. -> -> Constraints: -> -> * min: `0` -> * max: `32` +> Update replication configuration template data plane routing request. @@ -213 +237 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 - +> Possible values: @@ -215 +239,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> (string) +> * `PRIVATE_IP` +> * `PUBLIC_IP` @@ -217,6 +241,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 ->> Constraints: ->> ->> * min: `0` ->> * max: `255` ->> * pattern: `^sg-[0-9a-fA-F]{8,}$` ->> @@ -225,16 +244 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -Syntax: - - - "string" "string" ... - - -`--staging-area-subnet-id` (string) - -> Update replication configuration template Staging Area subnet ID request. -> -> Constraints: -> -> * min: `0` -> * max: `255` -> * pattern: `^subnet-[0-9a-fA-F]{8,}$` -> +`--create-public-ip` | `--no-create-public-ip` (boolean) @@ -241,0 +246 @@ Syntax: +> Update replication configuration template create Public IP request. @@ -285,4 +289,0 @@ JSON Syntax: -`--use-dedicated-replication-server` | `--no-use-dedicated-replication-server` (boolean) - -> Update replication configuration template use dedicated Replication Server request. - @@ -292,0 +294,11 @@ JSON Syntax: +`--internet-protocol` (string) + +> Update replication configuration template internet protocol request. +> +> Possible values: +> +> * `IPV4` +> * `IPV6` +> + + @@ -391,0 +404,12 @@ Disable automatically prompt for CLI input parameters. +replicationConfigurationTemplateID -> (string) + +> Replication Configuration template ID. +> +> Constraints: +> +> * min: `21` +> * max: `21` +> * pattern: `rct-[0-9a-zA-Z]{17}` +> + + @@ -402,0 +427,12 @@ arn -> (string)