AWS cli medium security documentation change
Summary
Updated AWS CLI version reference from 2.32.21 to 2.32.23. Changed default value for Slurm accounting and REST API modes from STANDARD to NONE. Updated AWS Secrets Manager references to full name 'Amazon Web Services Secrets Manager'.
Security assessment
Changing default modes from STANDARD to NONE reduces attack surface by disabling features by default. This implements security best practices of minimal exposure. The change explicitly documents that STANDARD enables features, clarifying security implications of enabling them.
Diff
diff --git a/cli/latest/reference/pcs/create-cluster.md b/cli/latest/reference/pcs/create-cluster.md index f169b7e73..908ec91b2 100644 --- a//cli/latest/reference/pcs/create-cluster.md +++ b//cli/latest/reference/pcs/create-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.32.21 Command Reference](../../index.html) » + * [AWS CLI 2.32.23 Command Reference](../../index.html) » @@ -296 +296 @@ JSON Syntax: ->>> The default value for `mode` is `STANDARD` . A value of `STANDARD` means Slurm accounting is enabled. +>>> The default value for `mode` is `NONE` . A value of `STANDARD` means Slurm accounting is enabled. @@ -311 +311 @@ JSON Syntax: ->>> The default value for `mode` is `STANDARD` . A value of `STANDARD` means the Slurm REST API is enabled. +>>> The default value for `mode` is `NONE` . A value of `STANDARD` means the Slurm REST API is enabled. @@ -647 +647 @@ cluster -> (structure) ->>>>> The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the JWT key. +>>>>> The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the JWT key. @@ -651 +651 @@ cluster -> (structure) ->>>>> The version of the AWS Secrets Manager secret containing the JWT key. +>>>>> The version of the Amazon Web Services Secrets Manager secret containing the JWT key. @@ -678 +678 @@ cluster -> (structure) ->>>> The default value for `mode` is `STANDARD` . A value of `STANDARD` means Slurm accounting is enabled. +>>>> The default value for `mode` is `NONE` . A value of `STANDARD` means Slurm accounting is enabled. @@ -693 +693 @@ cluster -> (structure) ->>>> The default value for `mode` is `STANDARD` . A value of `STANDARD` means the Slurm REST API is enabled. +>>>> The default value for `mode` is `NONE` . A value of `STANDARD` means the Slurm REST API is enabled. @@ -838 +838 @@ cluster -> (structure) - * [AWS CLI 2.32.21 Command Reference](../../index.html) » + * [AWS CLI 2.32.23 Command Reference](../../index.html) »