AWS security-ir documentation change
Summary
Updated terminology from 'AWS CLI' to 'AWS Command Line Interface' and restructured instructions. Added a new step with a link to AWS CLI Command Reference for Security Incident Response.
Security assessment
Change improves documentation clarity but doesn't address any security vulnerability or weakness. The added CLI reference is a general usability improvement without security implications.
Diff
diff --git a/security-ir/latest/userguide/cshell-examples.md b/security-ir/latest/userguide/cshell-examples.md index cd476d6f8..90b22ae40 100644 --- a//security-ir/latest/userguide/cshell-examples.md +++ b//security-ir/latest/userguide/cshell-examples.md @@ -11 +11 @@ After you launch AWS CloudShell from the AWS Management Console, you can immedia -When using AWS CLI in AWS CloudShell, you don't need to download or install any additional resources. Moreover, because you're already authenticated within the shell, you don't need to configure credentials before making calls. +When using AWS Command Line Interface in AWS CloudShell, you don't need to download or install any additional resources. Moreover, because you're already authenticated within the shell, you don't need to configure credentials before making calls. @@ -15 +15 @@ When using AWS CLI in AWS CloudShell, you don't need to download or install any - * From the AWS Management Console, you can launch CloudShell by choosing the following options available on the navigation bar: + 1. From the AWS Management Console, launch CloudShell by choosing the following options available on the navigation bar: @@ -19 +19,3 @@ When using AWS CLI in AWS CloudShell, you don't need to download or install any - * Start typing "cloudshell" in Search box and then choose the CloudShell option. + * Start typing "cloudshell" in the Search box and then choose the CloudShell option. + + 2. Use the standard AWS Command Line Interface to interact with AWS Security Incident Response. For a complete reference of available CLI commands, see the [AWS CLI Command Reference for AWS Security Incident Response](https://docs.aws.amazon.com/cli/latest/reference/security-ir/).