AWS Security ChangesHomeSearch

AWS guidance documentation change

Service: guidance · 2026-03-28 · Documentation low

File: guidance/latest/cloud-intelligence-dashboards/connect-cost-insight.md

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/connect-cost-insight.md b/guidance/latest/cloud-intelligence-dashboards/connect-cost-insight.md
index 7b2a73bfc..a19f56422 100644
--- a//guidance/latest/cloud-intelligence-dashboards/connect-cost-insight.md
+++ b//guidance/latest/cloud-intelligence-dashboards/connect-cost-insight.md
@@ -93,0 +94,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
+