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/marketplace-dashboard.md b/guidance/latest/cloud-intelligence-dashboards/marketplace-dashboard.md index f995a8e72..a9f7bb422 100644 --- a//guidance/latest/cloud-intelligence-dashboards/marketplace-dashboard.md +++ b//guidance/latest/cloud-intelligence-dashboards/marketplace-dashboard.md @@ -135,0 +136,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 +