AWS cli documentation change
Summary
Updated CLI version reference from 2.34.5 to 2.34.8 and revised CustomSecretConfig documentation to reference IAM roles instead of KMS keys for secret access
Security assessment
The change clarifies that customer-managed secrets use IAM roles rather than KMS keys for access control. This improves security documentation but does not indicate a vulnerability fix. The update reflects best practices for secret management but lacks evidence of addressing a specific security incident.
Diff
diff --git a/cli/latest/reference/datasync/describe-location-azure-blob.md b/cli/latest/reference/datasync/describe-location-azure-blob.md index 7c21b4d81..5f0e2f596 100644 --- a//cli/latest/reference/datasync/describe-location-azure-blob.md +++ b//cli/latest/reference/datasync/describe-location-azure-blob.md @@ -15 +15 @@ - * [AWS CLI 2.34.5 Command Reference](../../index.html) » + * [AWS CLI 2.34.8 Command Reference](../../index.html) » @@ -339 +339 @@ CustomSecretConfig -> (structure) -> Describes configuration information for a customer-managed secret, such as an authentication token that DataSync uses to access a specific storage location, with a customer-managed KMS key. +> Describes configuration information for a customer-managed secret, such as an authentication token that DataSync uses to access a specific storage location, with a customer-managed Identity and Access Management (IAM) role that provides access to the secret. @@ -373 +373 @@ CustomSecretConfig -> (structure) - * [AWS CLI 2.34.5 Command Reference](../../index.html) » + * [AWS CLI 2.34.8 Command Reference](../../index.html) »