AWS guidance documentation change
Summary
Added general cid-cmd upgrade instructions and CloudShell-specific installation instructions using Python 3.11
Security assessment
This change adds both general upgrade commands and CloudShell-specific installation instructions. No security vulnerabilities, incidents, or security features are mentioned. It's a routine documentation update for tool installation and maintenance.
Diff
diff --git a/guidance/latest/cloud-intelligence-dashboards/focus-dashboard.md b/guidance/latest/cloud-intelligence-dashboards/focus-dashboard.md index 863407bb6..70910031f 100644 --- a//guidance/latest/cloud-intelligence-dashboards/focus-dashboard.md +++ b//guidance/latest/cloud-intelligence-dashboards/focus-dashboard.md @@ -205,0 +206 @@ When a new version of the dashboard template is released, update your dashboard + pip3 install --upgrade cid-cmd @@ -207,0 +209,6 @@ When a new version of the dashboard template is released, update your dashboard +If using [CloudShell](https://console.aws.amazon.com/cloudshell), replace the first line with: + + + sudo yum install python3.11-pip -y + python3.11 -m pip install -U cid-cmd + @@ -214,0 +222 @@ To add new FOCUS tables from other cloud providers, include new tags, or update + pip3 install --upgrade cid-cmd @@ -216,0 +225,6 @@ To add new FOCUS tables from other cloud providers, include new tags, or update +If using [CloudShell](https://console.aws.amazon.com/cloudshell), replace the first line with: + + + sudo yum install python3.11-pip -y + python3.11 -m pip install -U cid-cmd +