AWS cli documentation change
Summary
Updated CLI/SDK references (added Rust/Python), expanded FIPS endpoint guidance, and added IPv6 dual-stack endpoint documentation
Security assessment
The addition of dual-stack endpoint support documentation and FIPS endpoint guidance enhances security-related documentation by informing users about secure communication options (FIPS compliance and IPv6 support). While not introducing new security features, it provides clearer guidance on using existing security-focused network configurations.
Diff
diff --git a/cli/latest/reference/kms/index.md b/cli/latest/reference/kms/index.md index 6ae925e1e..38921177a 100644 --- a//cli/latest/reference/kms/index.md +++ b//cli/latest/reference/kms/index.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -61 +61 @@ KMS has replaced the term _customer master key (CMK)_ with _KMS key_ and _KMS ke -Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, macOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to KMS and other Amazon Web Services services. For example, the SDKs take care of tasks such as signing requests (see below), managing errors, and retrying requests automatically. For more information about the Amazon Web Services SDKs, including how to download and install them, see [Tools for Amazon Web Services](http://aws.amazon.com/tools/) . +Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Rust, Python, Ruby, .Net, macOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to KMS and other Amazon Web Services services. For example, the SDKs take care of tasks such as signing requests (see below), managing errors, and retrying requests automatically. For more information about the Amazon Web Services SDKs, including how to download and install them, see [Tools for Amazon Web Services](http://aws.amazon.com/tools/) . @@ -65 +65 @@ We recommend that you use the Amazon Web Services SDKs to make programmatic API -If you need to use FIPS 140-2 validated cryptographic modules when communicating with Amazon Web Services, use the FIPS endpoint in your preferred Amazon Web Services Region. For more information about the available FIPS endpoints, see [Service endpoints](https://docs.aws.amazon.com/general/latest/gr/kms.html#kms_region) in the Key Management Service topic of the _Amazon Web Services General Reference_ . +If you need to use FIPS 140-2 validated cryptographic modules when communicating with Amazon Web Services, use one of the FIPS endpoints in your preferred Amazon Web Services Region. If you need communicate over IPv6, use the dual-stack endpoint in your preferred Amazon Web Services Region. For more information see [Service endpoints](https://docs.aws.amazon.com/general/latest/gr/kms.html#kms_region) in the Key Management Service topic of the _Amazon Web Services General Reference_ and [Dual-stack endpoint support](https://docs.aws.amazon.com/kms/latest/developerguide/ipv6-kms.html) in the KMS Developer Guide. @@ -168 +168 @@ Of the API operations discussed in this guide, the following will prove the most - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »