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/datatransfer-dashboard.md b/guidance/latest/cloud-intelligence-dashboards/datatransfer-dashboard.md index d298a4c69..a9f421bdb 100644 --- a//guidance/latest/cloud-intelligence-dashboards/datatransfer-dashboard.md +++ b//guidance/latest/cloud-intelligence-dashboards/datatransfer-dashboard.md @@ -85,0 +86,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 +