AWS cli documentation change
Summary
Updated CLI command reference version from 2.32.11 to 2.32.13, corrected parameter order for --account-id and --source-server-id, updated validation patterns, restructured replication configuration parameters, and added new internetProtocol field.
Security assessment
The changes include updates to security-related parameters like security group ID patterns (`sg-[0-9a-fA-F]{8,}`), EBS encryption settings, and default security group associations. These improvements clarify security configurations but do not explicitly address a disclosed vulnerability or incident.
Diff
diff --git a/cli/latest/reference/mgn/get-replication-configuration.md b/cli/latest/reference/mgn/get-replication-configuration.md index 51f257bdb..583cbcf5b 100644 --- a//cli/latest/reference/mgn/get-replication-configuration.md +++ b//cli/latest/reference/mgn/get-replication-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.32.11 Command Reference](../../index.html) » + * [AWS CLI 2.32.13 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 - [--account-id <value>] @@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 + [--account-id <value>] @@ -93 +93 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -`--account-id` (string) +`--source-server-id` (string) [required] @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> Request to get Replication Configuration by Account ID. +> Request to get Replication Configuration by Source Server ID. @@ -99,3 +99,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> * min: `12` -> * max: `12` -> * pattern: `[0-9]{12,}` +> * min: `19` +> * max: `19` +> * pattern: `s-[0-9a-zA-Z]{17}` @@ -105 +105 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -`--source-server-id` (string) [required] +`--account-id` (string) @@ -107 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> Request to get Replication Configuration by Source Server ID. +> Request to get Replication Configuration by Account ID. @@ -111,3 +111,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> * min: `19` -> * max: `19` -> * pattern: `^s-[0-9a-zA-Z]{17}$` +> * min: `12` +> * max: `12` +> * pattern: `.*[0-9]{12,}.*` @@ -216,5 +216 @@ Disable automatically prompt for CLI input parameters. -associateDefaultSecurityGroup -> (boolean) - -> Replication Configuration associate default Application Migration Service Security Group. - -bandwidthThrottling -> (long) +sourceServerID -> (string) @@ -222 +218 @@ bandwidthThrottling -> (long) -> Replication Configuration set bandwidth throttling. +> Replication Configuration Source Server ID. @@ -226,2 +222,3 @@ bandwidthThrottling -> (long) -> * min: `0` -> * max: `10000` +> * min: `19` +> * max: `19` +> * pattern: `s-[0-9a-zA-Z]{17}` @@ -231,5 +228 @@ bandwidthThrottling -> (long) -createPublicIP -> (boolean) - -> Replication Configuration create Public IP. - -dataPlaneRouting -> (string) +name -> (string) @@ -237 +230 @@ dataPlaneRouting -> (string) -> Replication Configuration data plane routing. +> Replication Configuration name. @@ -239 +232 @@ dataPlaneRouting -> (string) -> Possible values: +> Constraints: @@ -241,2 +234,2 @@ dataPlaneRouting -> (string) -> * `PRIVATE_IP` -> * `PUBLIC_IP` +> * min: `0` +> * max: `128` @@ -246 +239 @@ dataPlaneRouting -> (string) -defaultLargeStagingDiskType -> (string) +stagingAreaSubnetId -> (string) @@ -248 +241 @@ defaultLargeStagingDiskType -> (string) -> Replication Configuration use default large Staging Disks. +> Replication Configuration Staging Area subnet ID. @@ -250 +243 @@ defaultLargeStagingDiskType -> (string) -> Possible values: +> Constraints: @@ -252,3 +245,3 @@ defaultLargeStagingDiskType -> (string) -> * `GP2` -> * `ST1` -> * `GP3` +> * min: `0` +> * max: `255` +> * pattern: `subnet-[0-9a-fA-F]{8,}` @@ -258 +251 @@ defaultLargeStagingDiskType -> (string) -ebsEncryption -> (string) +associateDefaultSecurityGroup -> (boolean) @@ -260 +253,5 @@ ebsEncryption -> (string) -> Replication Configuration EBS encryption. +> Replication Configuration associate default Application Migration Service Security Group. + +replicationServersSecurityGroupsIDs -> (list) + +> Replication Configuration Replication Server Security Group IDs. @@ -262 +259 @@ ebsEncryption -> (string) -> Possible values: +> Constraints: @@ -264,2 +261,2 @@ ebsEncryption -> (string) -> * `DEFAULT` -> * `CUSTOM` +> * min: `0` +> * max: `32` @@ -267,0 +265,9 @@ ebsEncryption -> (string) +> +> (string) +> +>> Constraints: +>> +>> * min: `0` +>> * max: `255` +>> * pattern: `sg-[0-9a-fA-F]{8,}` +>> @@ -269 +274,0 @@ ebsEncryption -> (string) -ebsEncryptionKeyArn -> (string) @@ -271 +276,3 @@ ebsEncryptionKeyArn -> (string) -> Replication Configuration EBS encryption key ARN. +replicationServerInstanceType -> (string) + +> Replication Configuration Replication Server instance type. @@ -275,2 +282,2 @@ ebsEncryptionKeyArn -> (string) -> * min: `20` -> * max: `2048` +> * min: `0` +> * max: `255` @@ -280 +287 @@ ebsEncryptionKeyArn -> (string) -name -> (string) +useDedicatedReplicationServer -> (boolean) @@ -282 +289,5 @@ name -> (string) -> Replication Configuration name. +> Replication Configuration use Dedicated Replication Server. + +defaultLargeStagingDiskType -> (string) + +> Replication Configuration use default large Staging Disks. @@ -284 +295 @@ name -> (string) -> Constraints: +> Possible values: @@ -286,2 +297,3 @@ name -> (string) -> * min: `0` -> * max: `128` +> * `GP2` +> * `ST1` +> * `GP3` @@ -316,10 +327,0 @@ replicatedDisks -> (list) ->> ->> iops -> (long) ->> ->>> Replication Configuration replicated disk IOPs. ->>> ->>> Constraints: ->>> ->>> * min: `0` ->>> - @@ -346,0 +349,10 @@ replicatedDisks -> (list) +>> +>> iops -> (long) +>> +>>> Replication Configuration replicated disk IOPs. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> + @@ -358 +370 @@ replicatedDisks -> (list) -replicationServerInstanceType -> (string) +ebsEncryption -> (string) @@ -360 +372 @@ replicationServerInstanceType -> (string) -> Replication Configuration Replication Server instance type. +> Replication Configuration EBS encryption. @@ -362 +374 @@ replicationServerInstanceType -> (string) -> Constraints: +> Possible values: @@ -364,2 +376,2 @@ replicationServerInstanceType -> (string) -> * min: `0` -> * max: `255` +> * `DEFAULT` +> * `CUSTOM` @@ -369 +381 @@ replicationServerInstanceType -> (string) -replicationServersSecurityGroupsIDs -> (list) +ebsEncryptionKeyArn -> (string) @@ -371 +383 @@ replicationServersSecurityGroupsIDs -> (list) -> Replication Configuration Replication Server Security Group IDs. +> Replication Configuration EBS encryption key ARN. @@ -375,6 +387,2 @@ replicationServersSecurityGroupsIDs -> (list) -> * min: `0` -> * max: `32` -> - -> -> (string) +> * min: `20` +> * max: `2048` @@ -382,6 +389,0 @@ replicationServersSecurityGroupsIDs -> (list) ->> Constraints: ->>