AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.16 to 2.34.19 and added tips about using 'aws login' command for temporary credentials from AWS Console session.
Security assessment
The change adds documentation about the 'aws login' feature, which is a security best practice for using temporary credentials instead of long-term access keys. This promotes improved security hygiene but does not address a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/configure/index.md b/cli/latest/reference/configure/index.md index b4aa69d7b..679f6bd4d 100644 --- a//cli/latest/reference/configure/index.md +++ b//cli/latest/reference/configure/index.md @@ -15 +15 @@ - * [AWS CLI 2.34.16 Command Reference](../../index.html) » + * [AWS CLI 2.34.19 Command Reference](../../index.html) » @@ -60,0 +61,2 @@ Configure AWS CLI options. If this command is run with no arguments, you will be +Tip: You can deliver temporary credentials to the AWS CLI using your AWS Console session by running the command `aws login`. For more information, see [Login for AWS local development using console credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sign-in.html). + @@ -107,0 +110,3 @@ To create a new configuration: + Tip: You can deliver temporary credentials to the AWS CLI using + your AWS Console session by running the command 'aws login'. + @@ -134 +139 @@ To update just the region name: - * [AWS CLI 2.34.16 Command Reference](../../index.html) » + * [AWS CLI 2.34.19 Command Reference](../../index.html) »