AWS cdk documentation change
Summary
Formatting changes: added bold headers, adjusted spacing, and minor syntax tweaks (e.g., wrapping --profile in backticks)
Security assessment
Changes are purely structural/formatting improvements. No new security guidance or vulnerability-related content was introduced or modified.
Diff
diff --git a/cdk/v2/guide/configure-access.md b/cdk/v2/guide/configure-access.md index af1aafdb6..d823ad6c6 100644 --- a//cdk/v2/guide/configure-access.md +++ b//cdk/v2/guide/configure-access.md @@ -27 +27 @@ For guidance on configuring security credentials using the AWS CLI, along with i -If you configure multiple profiles, you can use the CDK CLI `[--profile](./ref-cli-cmd.html#ref-cli-cmd-options-profile)` option with any command to specify the profile from your `credentials` and `config` files to use for authentication. If you don't provide `--profile`, the `default` profile will be used. +If you configure multiple profiles, you can use the CDK CLI ` [--profile](./ref-cli-cmd.html#ref-cli-cmd-options-profile) ` option with any command to specify the profile from your `credentials` and `config` files to use for authentication. If you don’t provide `--profile`, the `default` profile will be used. @@ -37 +37,2 @@ IAM Identity Center users can authenticate with IAM Identity Center or manually -### Authenticate with IAM Identity Center to generate short-term credentials +**Authenticate with IAM Identity Center to generate short-term credentials** + @@ -45 +46,2 @@ Once authenticated, you can use the CDK CLI to interact with AWS for the duratio -### Manually configure short-term credentials +**Manually configure short-term credentials** + @@ -53 +55,2 @@ IAM users can use an IAM role or IAM user credentials with the CDK CLI. -### Use an IAM role to configure short-term credentials +**Use an IAM role to configure short-term credentials** + @@ -59 +62,2 @@ First, the IAM role and user’s permission to assume the role must be configure -### Use IAM user credentials +**Use IAM user credentials** +