AWS guidance documentation change
Summary
Added CloudShell-specific installation instructions for cid-cmd tool
Security assessment
This change adds alternative installation instructions for a dashboard tool using CloudShell. There is no evidence of security vulnerability remediation or security feature documentation.
Diff
diff --git a/guidance/latest/cloud-intelligence-dashboards/trusted-advisor-dashboard.md b/guidance/latest/cloud-intelligence-dashboards/trusted-advisor-dashboard.md index f5f2256fb..d7887728f 100644 --- a//guidance/latest/cloud-intelligence-dashboards/trusted-advisor-dashboard.md +++ b//guidance/latest/cloud-intelligence-dashboards/trusted-advisor-dashboard.md @@ -68,0 +69,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 +