AWS guidance documentation change
Summary
Added CloudShell-specific installation instructions for cid-cmd tool
Security assessment
This change adds alternative installation instructions for CloudShell users. There is no security context or evidence of security issues addressed. This is a routine documentation update for installation procedures.
Diff
diff --git a/guidance/latest/cloud-intelligence-dashboards/config-resource-log-archive.md b/guidance/latest/cloud-intelligence-dashboards/config-resource-log-archive.md index e6f203b91..a22eaefec 100644 --- a//guidance/latest/cloud-intelligence-dashboards/config-resource-log-archive.md +++ b//guidance/latest/cloud-intelligence-dashboards/config-resource-log-archive.md @@ -168,0 +169,5 @@ At this step you will specify the tags to be used to display resources in the [R +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 +