AWS guidance documentation change
Summary
Added CloudShell-specific installation instructions for cid-cmd tool using Python 3.11
Security assessment
This change adds alternative installation instructions for AWS CloudShell environment. No security vulnerabilities, incidents, or security features are mentioned. It's a routine documentation update for tool installation.
Diff
diff --git a/guidance/latest/cloud-intelligence-dashboards/extended-support.md b/guidance/latest/cloud-intelligence-dashboards/extended-support.md index dbb34a8ca..41c1f0943 100644 --- a//guidance/latest/cloud-intelligence-dashboards/extended-support.md +++ b//guidance/latest/cloud-intelligence-dashboards/extended-support.md @@ -147,0 +148,5 @@ Alternative method to install dashboards is the [cid-cmd](https://github.com/aws +If using [CloudShell](https://console.aws.amazon.com/cloudshell), use the following instead: + + sudo yum install python3.11-pip -y + python3.11 -m pip install -U cid-cmd +