[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-aws-labs-hyperpod-issue-report":3,"mdc--9jyhjz-key":42,"related-org-aws-labs-hyperpod-issue-report":848,"related-repo-aws-labs-hyperpod-issue-report":1024},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":37,"sourceUrl":40,"mdContent":41},"hyperpod-issue-report","generate diagnostic reports for HyperPod clusters","Generate comprehensive issue reports from HyperPod clusters (EKS and Slurm) by collecting diagnostic logs and configurations for troubleshooting and AWS Support cases. Use when users need to collect diagnostics from HyperPod cluster nodes, generate issue reports for AWS Support, investigate node failures or performance problems, document cluster state, or create diagnostic snapshots. Triggers on requests involving issue reports, diagnostic collection, support case preparation, or cluster troubleshooting that requires gathering logs and system information from multiple nodes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"aws-labs","AWS Labs","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Faws-labs.png","awslabs",[13,17,20,23],{"name":14,"slug":15,"type":16},"Observability","observability","tag",{"name":18,"slug":19,"type":16},"Infrastructure","infrastructure",{"name":21,"slug":22,"type":16},"AWS","aws",{"name":24,"slug":25,"type":16},"Debugging","debugging",831,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fagent-plugins","2026-07-12T08:39:24.586806",null,127,[32,33,34,22,35,36],"agent-plugins","agent-skills","agents","coding-agent-skills","coding-agents",{"repoUrl":27,"stars":26,"forks":30,"topics":38,"description":39},[32,33,34,22,35,36],"Agent Plugins for AWS equip AI coding agents with the skills to help you architect, deploy, and operate on AWS.","https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fagent-plugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fsagemaker-ai\u002Fskills\u002Fhyperpod-issue-report","---\nname: hyperpod-issue-report\ndescription: Generate comprehensive issue reports from HyperPod clusters (EKS and Slurm) by collecting diagnostic logs and configurations for troubleshooting and AWS Support cases. Use when users need to collect diagnostics from HyperPod cluster nodes, generate issue reports for AWS Support, investigate node failures or performance problems, document cluster state, or create diagnostic snapshots. Triggers on requests involving issue reports, diagnostic collection, support case preparation, or cluster troubleshooting that requires gathering logs and system information from multiple nodes.\nmetadata:\n  version: \"1.0.0\"\n---\n\n# HyperPod Issue Report\n\nCollect diagnostic logs from HyperPod cluster nodes via SSM, store results in S3. Supports both EKS and Slurm clusters with auto-detection. Uses the bundled `scripts\u002Fhyperpod_issue_report.py` for reliable parallel collection.\n\n## Prerequisites\n\n- AWS CLI configured with permissions: `sagemaker:DescribeCluster`, `sagemaker:ListClusterNodes`, `ssm:StartSession`, `s3:PutObject`, `s3:GetObject`, `eks:DescribeCluster`\n- Python 3.8+ and [uv](https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002F) (see [uv installation docs](https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002Fgetting-started\u002Finstallation\u002F) for install options)\n- SSM Agent running on target nodes; node IAM roles need `s3:GetObject`\u002F`s3:PutObject` on the report bucket\n- For EKS clusters: kubectl installed and configured (see Workflow step 2)\n\n## Workflow\n\n### 1. Gather Information\n\nCollect from the user:\n\n- **Cluster identifier** (required): accepts cluster name or full cluster ARN (e.g., `arn:aws:sagemaker:us-west-2:123456789012:cluster\u002Fabc123`)\n- **AWS region** (required unless extractable from ARN)\n- **S3 path** for report storage (required, e.g. `s3:\u002F\u002Fbucket\u002Fprefix`). If the user doesn't have a bucket, create one (e.g., `s3:\u002F\u002Fhyperpod-diagnostics-\u003Caccount-id>-\u003Cregion>`)\n- **Issue description** (optional)\n- **Target scope**: all nodes, specific instance groups, or specific node IDs (optional)\n- **Additional commands** to run on nodes (optional)\n\n### 2. Verify Environment\n\n```bash\naws sts get-caller-identity\naws sagemaker describe-cluster --cluster-name \u003Cname-or-arn> --region \u003Cregion>\n```\n\nIf the S3 bucket doesn't exist, create it:\n\n```bash\naws s3 mb s3:\u002F\u002F\u003Cbucket-name> --region \u003Cregion>\n```\n\n**For EKS clusters** (check `Orchestrator.Eks` in describe-cluster output):\n\n1. Ensure kubectl is installed (`which kubectl`). If missing, install it for the current platform.\n2. Configure kubeconfig using the EKS cluster name from the describe-cluster response:\n\n   ```bash\n   aws eks update-kubeconfig --name \u003Ceks-cluster-name> --region \u003Cregion>\n   ```\n\n### 3. Run the Collection Script\n\n```bash\nuv run scripts\u002Fhyperpod_issue_report.py \\\n  --cluster \u003Ccluster-name-or-arn> \\\n  --region \u003Cregion> \\\n  --s3-path s3:\u002F\u002F\u003Cbucket>[\u002Fprefix]\n```\n\nUse `--help` for all options including `--instance-groups`, `--nodes`, `--command`, `--max-workers`, and `--debug`. Note: `--instance-groups` and `--nodes` are mutually exclusive. Node identifiers accept instance IDs (`i-*`), EKS names (`hyperpod-i-*`), or Slurm names (`ip-*`).\n\n### 4. Present Results\n\nAfter collection, the script shows statistics and offers interactive download. Report the S3 location and offer to:\n\n- Download the report locally\n- Help analyze collected diagnostics (see [references\u002Fcollection-details.md](references\u002Fcollection-details.md) for what's in each file)\n- Prepare a summary for AWS Support\n\n## Troubleshooting\n\nSee [references\u002Ftroubleshooting.md](references\u002Ftroubleshooting.md) for error handling, large cluster tuning, and known limitations.\n",{"data":43,"body":46},{"name":4,"description":6,"metadata":44},{"version":45},"1.0.0",{"type":47,"children":48},"root",[49,57,72,79,180,186,193,198,285,291,392,397,465,483,571,577,700,788,794,799,824,830,842],{"type":50,"tag":51,"props":52,"children":53},"element","h1",{"id":4},[54],{"type":55,"value":56},"text","HyperPod Issue Report",{"type":50,"tag":58,"props":59,"children":60},"p",{},[61,63,70],{"type":55,"value":62},"Collect diagnostic logs from HyperPod cluster nodes via SSM, store results in S3. Supports both EKS and Slurm clusters with auto-detection. Uses the bundled ",{"type":50,"tag":64,"props":65,"children":67},"code",{"className":66},[],[68],{"type":55,"value":69},"scripts\u002Fhyperpod_issue_report.py",{"type":55,"value":71}," for reliable parallel collection.",{"type":50,"tag":73,"props":74,"children":76},"h2",{"id":75},"prerequisites",[77],{"type":55,"value":78},"Prerequisites",{"type":50,"tag":80,"props":81,"children":82},"ul",{},[83,131,156,175],{"type":50,"tag":84,"props":85,"children":86},"li",{},[87,89,95,97,103,104,110,111,117,118,124,125],{"type":55,"value":88},"AWS CLI configured with permissions: ",{"type":50,"tag":64,"props":90,"children":92},{"className":91},[],[93],{"type":55,"value":94},"sagemaker:DescribeCluster",{"type":55,"value":96},", ",{"type":50,"tag":64,"props":98,"children":100},{"className":99},[],[101],{"type":55,"value":102},"sagemaker:ListClusterNodes",{"type":55,"value":96},{"type":50,"tag":64,"props":105,"children":107},{"className":106},[],[108],{"type":55,"value":109},"ssm:StartSession",{"type":55,"value":96},{"type":50,"tag":64,"props":112,"children":114},{"className":113},[],[115],{"type":55,"value":116},"s3:PutObject",{"type":55,"value":96},{"type":50,"tag":64,"props":119,"children":121},{"className":120},[],[122],{"type":55,"value":123},"s3:GetObject",{"type":55,"value":96},{"type":50,"tag":64,"props":126,"children":128},{"className":127},[],[129],{"type":55,"value":130},"eks:DescribeCluster",{"type":50,"tag":84,"props":132,"children":133},{},[134,136,145,147,154],{"type":55,"value":135},"Python 3.8+ and ",{"type":50,"tag":137,"props":138,"children":142},"a",{"href":139,"rel":140},"https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002F",[141],"nofollow",[143],{"type":55,"value":144},"uv",{"type":55,"value":146}," (see ",{"type":50,"tag":137,"props":148,"children":151},{"href":149,"rel":150},"https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002Fgetting-started\u002Finstallation\u002F",[141],[152],{"type":55,"value":153},"uv installation docs",{"type":55,"value":155}," for install options)",{"type":50,"tag":84,"props":157,"children":158},{},[159,161,166,168,173],{"type":55,"value":160},"SSM Agent running on target nodes; node IAM roles need ",{"type":50,"tag":64,"props":162,"children":164},{"className":163},[],[165],{"type":55,"value":123},{"type":55,"value":167},"\u002F",{"type":50,"tag":64,"props":169,"children":171},{"className":170},[],[172],{"type":55,"value":116},{"type":55,"value":174}," on the report bucket",{"type":50,"tag":84,"props":176,"children":177},{},[178],{"type":55,"value":179},"For EKS clusters: kubectl installed and configured (see Workflow step 2)",{"type":50,"tag":73,"props":181,"children":183},{"id":182},"workflow",[184],{"type":55,"value":185},"Workflow",{"type":50,"tag":187,"props":188,"children":190},"h3",{"id":189},"_1-gather-information",[191],{"type":55,"value":192},"1. Gather Information",{"type":50,"tag":58,"props":194,"children":195},{},[196],{"type":55,"value":197},"Collect from the user:",{"type":50,"tag":80,"props":199,"children":200},{},[201,220,230,255,265,275],{"type":50,"tag":84,"props":202,"children":203},{},[204,210,212,218],{"type":50,"tag":205,"props":206,"children":207},"strong",{},[208],{"type":55,"value":209},"Cluster identifier",{"type":55,"value":211}," (required): accepts cluster name or full cluster ARN (e.g., ",{"type":50,"tag":64,"props":213,"children":215},{"className":214},[],[216],{"type":55,"value":217},"arn:aws:sagemaker:us-west-2:123456789012:cluster\u002Fabc123",{"type":55,"value":219},")",{"type":50,"tag":84,"props":221,"children":222},{},[223,228],{"type":50,"tag":205,"props":224,"children":225},{},[226],{"type":55,"value":227},"AWS region",{"type":55,"value":229}," (required unless extractable from ARN)",{"type":50,"tag":84,"props":231,"children":232},{},[233,238,240,246,248,254],{"type":50,"tag":205,"props":234,"children":235},{},[236],{"type":55,"value":237},"S3 path",{"type":55,"value":239}," for report storage (required, e.g. ",{"type":50,"tag":64,"props":241,"children":243},{"className":242},[],[244],{"type":55,"value":245},"s3:\u002F\u002Fbucket\u002Fprefix",{"type":55,"value":247},"). If the user doesn't have a bucket, create one (e.g., ",{"type":50,"tag":64,"props":249,"children":251},{"className":250},[],[252],{"type":55,"value":253},"s3:\u002F\u002Fhyperpod-diagnostics-\u003Caccount-id>-\u003Cregion>",{"type":55,"value":219},{"type":50,"tag":84,"props":256,"children":257},{},[258,263],{"type":50,"tag":205,"props":259,"children":260},{},[261],{"type":55,"value":262},"Issue description",{"type":55,"value":264}," (optional)",{"type":50,"tag":84,"props":266,"children":267},{},[268,273],{"type":50,"tag":205,"props":269,"children":270},{},[271],{"type":55,"value":272},"Target scope",{"type":55,"value":274},": all nodes, specific instance groups, or specific node IDs (optional)",{"type":50,"tag":84,"props":276,"children":277},{},[278,283],{"type":50,"tag":205,"props":279,"children":280},{},[281],{"type":55,"value":282},"Additional commands",{"type":55,"value":284}," to run on nodes (optional)",{"type":50,"tag":187,"props":286,"children":288},{"id":287},"_2-verify-environment",[289],{"type":55,"value":290},"2. Verify Environment",{"type":50,"tag":292,"props":293,"children":298},"pre",{"className":294,"code":295,"language":296,"meta":297,"style":297},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","aws sts get-caller-identity\naws sagemaker describe-cluster --cluster-name \u003Cname-or-arn> --region \u003Cregion>\n","bash","",[299],{"type":50,"tag":64,"props":300,"children":301},{"__ignoreMap":297},[302,324],{"type":50,"tag":303,"props":304,"children":307},"span",{"class":305,"line":306},"line",1,[308,313,319],{"type":50,"tag":303,"props":309,"children":311},{"style":310},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[312],{"type":55,"value":22},{"type":50,"tag":303,"props":314,"children":316},{"style":315},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[317],{"type":55,"value":318}," sts",{"type":50,"tag":303,"props":320,"children":321},{"style":315},[322],{"type":55,"value":323}," get-caller-identity\n",{"type":50,"tag":303,"props":325,"children":327},{"class":305,"line":326},2,[328,332,337,342,347,353,358,364,369,374,378,383,387],{"type":50,"tag":303,"props":329,"children":330},{"style":310},[331],{"type":55,"value":22},{"type":50,"tag":303,"props":333,"children":334},{"style":315},[335],{"type":55,"value":336}," sagemaker",{"type":50,"tag":303,"props":338,"children":339},{"style":315},[340],{"type":55,"value":341}," describe-cluster",{"type":50,"tag":303,"props":343,"children":344},{"style":315},[345],{"type":55,"value":346}," --cluster-name",{"type":50,"tag":303,"props":348,"children":350},{"style":349},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[351],{"type":55,"value":352}," \u003C",{"type":50,"tag":303,"props":354,"children":355},{"style":315},[356],{"type":55,"value":357},"name-or-ar",{"type":50,"tag":303,"props":359,"children":361},{"style":360},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[362],{"type":55,"value":363},"n",{"type":50,"tag":303,"props":365,"children":366},{"style":349},[367],{"type":55,"value":368},">",{"type":50,"tag":303,"props":370,"children":371},{"style":315},[372],{"type":55,"value":373}," --region",{"type":50,"tag":303,"props":375,"children":376},{"style":349},[377],{"type":55,"value":352},{"type":50,"tag":303,"props":379,"children":380},{"style":315},[381],{"type":55,"value":382},"regio",{"type":50,"tag":303,"props":384,"children":385},{"style":360},[386],{"type":55,"value":363},{"type":50,"tag":303,"props":388,"children":389},{"style":349},[390],{"type":55,"value":391},">\n",{"type":50,"tag":58,"props":393,"children":394},{},[395],{"type":55,"value":396},"If the S3 bucket doesn't exist, create it:",{"type":50,"tag":292,"props":398,"children":400},{"className":294,"code":399,"language":296,"meta":297,"style":297},"aws s3 mb s3:\u002F\u002F\u003Cbucket-name> --region \u003Cregion>\n",[401],{"type":50,"tag":64,"props":402,"children":403},{"__ignoreMap":297},[404],{"type":50,"tag":303,"props":405,"children":406},{"class":305,"line":306},[407,411,416,421,426,431,436,441,445,449,453,457,461],{"type":50,"tag":303,"props":408,"children":409},{"style":310},[410],{"type":55,"value":22},{"type":50,"tag":303,"props":412,"children":413},{"style":315},[414],{"type":55,"value":415}," s3",{"type":50,"tag":303,"props":417,"children":418},{"style":315},[419],{"type":55,"value":420}," mb",{"type":50,"tag":303,"props":422,"children":423},{"style":315},[424],{"type":55,"value":425}," s3:\u002F\u002F",{"type":50,"tag":303,"props":427,"children":428},{"style":349},[429],{"type":55,"value":430},"\u003C",{"type":50,"tag":303,"props":432,"children":433},{"style":315},[434],{"type":55,"value":435},"bucket-nam",{"type":50,"tag":303,"props":437,"children":438},{"style":360},[439],{"type":55,"value":440},"e",{"type":50,"tag":303,"props":442,"children":443},{"style":349},[444],{"type":55,"value":368},{"type":50,"tag":303,"props":446,"children":447},{"style":315},[448],{"type":55,"value":373},{"type":50,"tag":303,"props":450,"children":451},{"style":349},[452],{"type":55,"value":352},{"type":50,"tag":303,"props":454,"children":455},{"style":315},[456],{"type":55,"value":382},{"type":50,"tag":303,"props":458,"children":459},{"style":360},[460],{"type":55,"value":363},{"type":50,"tag":303,"props":462,"children":463},{"style":349},[464],{"type":55,"value":391},{"type":50,"tag":58,"props":466,"children":467},{},[468,473,475,481],{"type":50,"tag":205,"props":469,"children":470},{},[471],{"type":55,"value":472},"For EKS clusters",{"type":55,"value":474}," (check ",{"type":50,"tag":64,"props":476,"children":478},{"className":477},[],[479],{"type":55,"value":480},"Orchestrator.Eks",{"type":55,"value":482}," in describe-cluster output):",{"type":50,"tag":484,"props":485,"children":486},"ol",{},[487,500],{"type":50,"tag":84,"props":488,"children":489},{},[490,492,498],{"type":55,"value":491},"Ensure kubectl is installed (",{"type":50,"tag":64,"props":493,"children":495},{"className":494},[],[496],{"type":55,"value":497},"which kubectl",{"type":55,"value":499},"). If missing, install it for the current platform.",{"type":50,"tag":84,"props":501,"children":502},{},[503,505],{"type":55,"value":504},"Configure kubeconfig using the EKS cluster name from the describe-cluster response:",{"type":50,"tag":292,"props":506,"children":508},{"className":294,"code":507,"language":296,"meta":297,"style":297},"aws eks update-kubeconfig --name \u003Ceks-cluster-name> --region \u003Cregion>\n",[509],{"type":50,"tag":64,"props":510,"children":511},{"__ignoreMap":297},[512],{"type":50,"tag":303,"props":513,"children":514},{"class":305,"line":306},[515,519,524,529,534,538,543,547,551,555,559,563,567],{"type":50,"tag":303,"props":516,"children":517},{"style":310},[518],{"type":55,"value":22},{"type":50,"tag":303,"props":520,"children":521},{"style":315},[522],{"type":55,"value":523}," eks",{"type":50,"tag":303,"props":525,"children":526},{"style":315},[527],{"type":55,"value":528}," update-kubeconfig",{"type":50,"tag":303,"props":530,"children":531},{"style":315},[532],{"type":55,"value":533}," --name",{"type":50,"tag":303,"props":535,"children":536},{"style":349},[537],{"type":55,"value":352},{"type":50,"tag":303,"props":539,"children":540},{"style":315},[541],{"type":55,"value":542},"eks-cluster-nam",{"type":50,"tag":303,"props":544,"children":545},{"style":360},[546],{"type":55,"value":440},{"type":50,"tag":303,"props":548,"children":549},{"style":349},[550],{"type":55,"value":368},{"type":50,"tag":303,"props":552,"children":553},{"style":315},[554],{"type":55,"value":373},{"type":50,"tag":303,"props":556,"children":557},{"style":349},[558],{"type":55,"value":352},{"type":50,"tag":303,"props":560,"children":561},{"style":315},[562],{"type":55,"value":382},{"type":50,"tag":303,"props":564,"children":565},{"style":360},[566],{"type":55,"value":363},{"type":50,"tag":303,"props":568,"children":569},{"style":349},[570],{"type":55,"value":391},{"type":50,"tag":187,"props":572,"children":574},{"id":573},"_3-run-the-collection-script",[575],{"type":55,"value":576},"3. Run the Collection Script",{"type":50,"tag":292,"props":578,"children":580},{"className":294,"code":579,"language":296,"meta":297,"style":297},"uv run scripts\u002Fhyperpod_issue_report.py \\\n  --cluster \u003Ccluster-name-or-arn> \\\n  --region \u003Cregion> \\\n  --s3-path s3:\u002F\u002F\u003Cbucket>[\u002Fprefix]\n",[581],{"type":50,"tag":64,"props":582,"children":583},{"__ignoreMap":297},[584,606,635,664],{"type":50,"tag":303,"props":585,"children":586},{"class":305,"line":306},[587,591,596,601],{"type":50,"tag":303,"props":588,"children":589},{"style":310},[590],{"type":55,"value":144},{"type":50,"tag":303,"props":592,"children":593},{"style":315},[594],{"type":55,"value":595}," run",{"type":50,"tag":303,"props":597,"children":598},{"style":315},[599],{"type":55,"value":600}," scripts\u002Fhyperpod_issue_report.py",{"type":50,"tag":303,"props":602,"children":603},{"style":360},[604],{"type":55,"value":605}," \\\n",{"type":50,"tag":303,"props":607,"children":608},{"class":305,"line":326},[609,614,618,623,627,631],{"type":50,"tag":303,"props":610,"children":611},{"style":315},[612],{"type":55,"value":613},"  --cluster",{"type":50,"tag":303,"props":615,"children":616},{"style":349},[617],{"type":55,"value":352},{"type":50,"tag":303,"props":619,"children":620},{"style":315},[621],{"type":55,"value":622},"cluster-name-or-ar",{"type":50,"tag":303,"props":624,"children":625},{"style":360},[626],{"type":55,"value":363},{"type":50,"tag":303,"props":628,"children":629},{"style":349},[630],{"type":55,"value":368},{"type":50,"tag":303,"props":632,"children":633},{"style":360},[634],{"type":55,"value":605},{"type":50,"tag":303,"props":636,"children":638},{"class":305,"line":637},3,[639,644,648,652,656,660],{"type":50,"tag":303,"props":640,"children":641},{"style":315},[642],{"type":55,"value":643},"  --region",{"type":50,"tag":303,"props":645,"children":646},{"style":349},[647],{"type":55,"value":352},{"type":50,"tag":303,"props":649,"children":650},{"style":315},[651],{"type":55,"value":382},{"type":50,"tag":303,"props":653,"children":654},{"style":360},[655],{"type":55,"value":363},{"type":50,"tag":303,"props":657,"children":658},{"style":349},[659],{"type":55,"value":368},{"type":50,"tag":303,"props":661,"children":662},{"style":360},[663],{"type":55,"value":605},{"type":50,"tag":303,"props":665,"children":667},{"class":305,"line":666},4,[668,673,677,681,686,691,695],{"type":50,"tag":303,"props":669,"children":670},{"style":315},[671],{"type":55,"value":672},"  --s3-path",{"type":50,"tag":303,"props":674,"children":675},{"style":315},[676],{"type":55,"value":425},{"type":50,"tag":303,"props":678,"children":679},{"style":349},[680],{"type":55,"value":430},{"type":50,"tag":303,"props":682,"children":683},{"style":315},[684],{"type":55,"value":685},"bucke",{"type":50,"tag":303,"props":687,"children":688},{"style":360},[689],{"type":55,"value":690},"t",{"type":50,"tag":303,"props":692,"children":693},{"style":349},[694],{"type":55,"value":368},{"type":50,"tag":303,"props":696,"children":697},{"style":315},[698],{"type":55,"value":699},"[\u002Fprefix]\n",{"type":50,"tag":58,"props":701,"children":702},{},[703,705,711,713,719,720,726,727,733,734,740,742,748,750,755,757,762,764,770,772,778,780,786],{"type":55,"value":704},"Use ",{"type":50,"tag":64,"props":706,"children":708},{"className":707},[],[709],{"type":55,"value":710},"--help",{"type":55,"value":712}," for all options including ",{"type":50,"tag":64,"props":714,"children":716},{"className":715},[],[717],{"type":55,"value":718},"--instance-groups",{"type":55,"value":96},{"type":50,"tag":64,"props":721,"children":723},{"className":722},[],[724],{"type":55,"value":725},"--nodes",{"type":55,"value":96},{"type":50,"tag":64,"props":728,"children":730},{"className":729},[],[731],{"type":55,"value":732},"--command",{"type":55,"value":96},{"type":50,"tag":64,"props":735,"children":737},{"className":736},[],[738],{"type":55,"value":739},"--max-workers",{"type":55,"value":741},", and ",{"type":50,"tag":64,"props":743,"children":745},{"className":744},[],[746],{"type":55,"value":747},"--debug",{"type":55,"value":749},". Note: ",{"type":50,"tag":64,"props":751,"children":753},{"className":752},[],[754],{"type":55,"value":718},{"type":55,"value":756}," and ",{"type":50,"tag":64,"props":758,"children":760},{"className":759},[],[761],{"type":55,"value":725},{"type":55,"value":763}," are mutually exclusive. Node identifiers accept instance IDs (",{"type":50,"tag":64,"props":765,"children":767},{"className":766},[],[768],{"type":55,"value":769},"i-*",{"type":55,"value":771},"), EKS names (",{"type":50,"tag":64,"props":773,"children":775},{"className":774},[],[776],{"type":55,"value":777},"hyperpod-i-*",{"type":55,"value":779},"), or Slurm names (",{"type":50,"tag":64,"props":781,"children":783},{"className":782},[],[784],{"type":55,"value":785},"ip-*",{"type":55,"value":787},").",{"type":50,"tag":187,"props":789,"children":791},{"id":790},"_4-present-results",[792],{"type":55,"value":793},"4. Present Results",{"type":50,"tag":58,"props":795,"children":796},{},[797],{"type":55,"value":798},"After collection, the script shows statistics and offers interactive download. Report the S3 location and offer to:",{"type":50,"tag":80,"props":800,"children":801},{},[802,807,819],{"type":50,"tag":84,"props":803,"children":804},{},[805],{"type":55,"value":806},"Download the report locally",{"type":50,"tag":84,"props":808,"children":809},{},[810,812,817],{"type":55,"value":811},"Help analyze collected diagnostics (see ",{"type":50,"tag":137,"props":813,"children":815},{"href":814},"references\u002Fcollection-details.md",[816],{"type":55,"value":814},{"type":55,"value":818}," for what's in each file)",{"type":50,"tag":84,"props":820,"children":821},{},[822],{"type":55,"value":823},"Prepare a summary for AWS Support",{"type":50,"tag":73,"props":825,"children":827},{"id":826},"troubleshooting",[828],{"type":55,"value":829},"Troubleshooting",{"type":50,"tag":58,"props":831,"children":832},{},[833,835,840],{"type":55,"value":834},"See ",{"type":50,"tag":137,"props":836,"children":838},{"href":837},"references\u002Ftroubleshooting.md",[839],{"type":55,"value":837},{"type":55,"value":841}," for error handling, large cluster tuning, and known limitations.",{"type":50,"tag":843,"props":844,"children":845},"style",{},[846],{"type":55,"value":847},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":849,"total":1023},[850,865,886,896,909,922,932,942,963,978,993,1008],{"slug":851,"name":851,"fn":852,"description":853,"org":854,"tags":855,"stars":862,"repoUrl":863,"updatedAt":864},"agentcore-investigation","investigate Bedrock AgentCore runtime sessions","Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session\u002Ftrace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[856,857,858,861],{"name":21,"slug":22,"type":16},{"name":24,"slug":25,"type":16},{"name":859,"slug":860,"type":16},"Logs","logs",{"name":14,"slug":15,"type":16},9427,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fmcp","2026-07-12T08:37:22.601527",{"slug":866,"name":867,"fn":868,"description":869,"org":870,"tags":871,"stars":862,"repoUrl":863,"updatedAt":885},"amazon-aurora-dsql","amazon aurora dsql","build applications with Aurora DSQL","Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, FK replacement code generation, OCC retry patterns, ORM migration (Django\u002FHibernate\u002FRails), DDL operations, query plan explainability, SQL compatibility validation, and bulk data loading. Triggers on phrases like: DSQL, Aurora DSQL, create DSQL table, DSQL schema, migrate to DSQL, distributed SQL database, serverless PostgreSQL-compatible database, DSQL query plan, DSQL EXPLAIN ANALYZE, why is my DSQL query slow, DSQL foreign key, DSQL OCC retry, DSQL multi-region, load into DSQL, load CSV into DSQL, bulk load DSQL, aurora-dsql-loader.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[872,875,876,879,882],{"name":873,"slug":874,"type":16},"Aurora","aurora",{"name":21,"slug":22,"type":16},{"name":877,"slug":878,"type":16},"Database","database",{"name":880,"slug":881,"type":16},"Serverless","serverless",{"name":883,"slug":884,"type":16},"SQL","sql","2026-07-12T08:36:45.053393",{"slug":887,"name":888,"fn":868,"description":869,"org":889,"tags":890,"stars":862,"repoUrl":863,"updatedAt":895},"aurora-dsql","aurora dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[891,892,893,894],{"name":21,"slug":22,"type":16},{"name":877,"slug":878,"type":16},{"name":880,"slug":881,"type":16},{"name":883,"slug":884,"type":16},"2026-07-12T08:36:42.694299",{"slug":897,"name":898,"fn":868,"description":869,"org":899,"tags":900,"stars":862,"repoUrl":863,"updatedAt":908},"aws-dsql","aws dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[901,902,903,906,907],{"name":21,"slug":22,"type":16},{"name":877,"slug":878,"type":16},{"name":904,"slug":905,"type":16},"Migration","migration",{"name":880,"slug":881,"type":16},{"name":883,"slug":884,"type":16},"2026-07-12T08:36:38.584057",{"slug":910,"name":911,"fn":868,"description":869,"org":912,"tags":913,"stars":862,"repoUrl":863,"updatedAt":921},"distributed-postgres","distributed postgres",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[914,915,916,919,920],{"name":21,"slug":22,"type":16},{"name":877,"slug":878,"type":16},{"name":917,"slug":918,"type":16},"PostgreSQL","postgresql",{"name":880,"slug":881,"type":16},{"name":883,"slug":884,"type":16},"2026-07-12T08:36:46.530743",{"slug":923,"name":924,"fn":868,"description":869,"org":925,"tags":926,"stars":862,"repoUrl":863,"updatedAt":931},"distributed-sql","distributed sql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[927,928,929,930],{"name":21,"slug":22,"type":16},{"name":877,"slug":878,"type":16},{"name":880,"slug":881,"type":16},{"name":883,"slug":884,"type":16},"2026-07-12T08:36:48.104182",{"slug":933,"name":933,"fn":868,"description":869,"org":934,"tags":935,"stars":862,"repoUrl":863,"updatedAt":941},"dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[936,937,938,939,940],{"name":21,"slug":22,"type":16},{"name":877,"slug":878,"type":16},{"name":904,"slug":905,"type":16},{"name":880,"slug":881,"type":16},{"name":883,"slug":884,"type":16},"2026-07-12T08:36:36.374512",{"slug":943,"name":943,"fn":944,"description":945,"org":946,"tags":947,"stars":960,"repoUrl":961,"updatedAt":962},"cost-efficiency-analyzer","analyze cost efficiency and expenses","Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for \"are we spending too much\", \"cost breakdown\", \"expense analysis\", or \"how efficient are our operations\". NOT for revenue or top-line analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[948,951,954,957],{"name":949,"slug":950,"type":16},"Accounting","accounting",{"name":952,"slug":953,"type":16},"Analytics","analytics",{"name":955,"slug":956,"type":16},"Cost Optimization","cost-optimization",{"name":958,"slug":959,"type":16},"Finance","finance",3176,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fagentcore-samples","2026-07-12T08:40:03.29555",{"slug":964,"name":964,"fn":965,"description":966,"org":967,"tags":968,"stars":960,"repoUrl":961,"updatedAt":977},"executive-financial-briefing","generate executive financial briefings","Generates a concise executive-level financial briefing or summary suitable for a CEO, CFO, or board presentation. Use when the user asks for a summary, briefing, executive summary, board update, financial overview, financial health check, or \"how is the business doing\". Covers the full P&L picture in one page. Also use for \"give me the highlights\", \"what do I need to know\", or \"quick financial update\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[969,970,971,974],{"name":21,"slug":22,"type":16},{"name":958,"slug":959,"type":16},{"name":972,"slug":973,"type":16},"Management","management",{"name":975,"slug":976,"type":16},"Reporting","reporting","2026-07-12T08:40:02.066471",{"slug":979,"name":979,"fn":980,"description":981,"org":982,"tags":983,"stars":960,"repoUrl":961,"updatedAt":992},"multi-quarter-trend-analysis","analyze multi-quarter financial trends","Analyzes financial trends across multiple quarters by comparing P&L metrics over time. Use when the user wants to see trends, patterns, trajectories, or directional movement across 3 or more quarters. Also use for \"how are we trending\", \"show me the trend\", \"track performance over time\", \"quarter over quarter comparison across all quarters\", or any multi-period longitudinal analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[984,985,986,989],{"name":952,"slug":953,"type":16},{"name":958,"slug":959,"type":16},{"name":987,"slug":988,"type":16},"Financial Statements","financial-statements",{"name":990,"slug":991,"type":16},"Variance Analysis","variance-analysis","2026-07-12T08:40:00.79141",{"slug":994,"name":994,"fn":995,"description":996,"org":997,"tags":998,"stars":960,"repoUrl":961,"updatedAt":1007},"pdf","process and manipulate PDF documents","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[999,1002,1005],{"name":1000,"slug":1001,"type":16},"Automation","automation",{"name":1003,"slug":1004,"type":16},"Documents","documents",{"name":1006,"slug":994,"type":16},"PDF","2026-07-12T08:41:44.135656",{"slug":1009,"name":1009,"fn":1010,"description":1011,"org":1012,"tags":1013,"stars":960,"repoUrl":961,"updatedAt":1022},"quarterly-kpi-calculator","calculate quarterly financial KPIs","Calculates quarterly financial KPIs from P&L data. P&L figures can be provided directly by the user or fetched from the financial data MCP server. Use when the user wants KPI calculations such as Gross Margin %, EBITDA Margin %, Operating Expense Ratio, or Revenue Growth % QoQ. Also use for quarterly performance review, P&L analysis, or interpreting financial ratios against benchmarks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1014,1015,1018,1019],{"name":949,"slug":950,"type":16},{"name":1016,"slug":1017,"type":16},"Data Analysis","data-analysis",{"name":958,"slug":959,"type":16},{"name":1020,"slug":1021,"type":16},"KPI","kpi","2026-07-12T08:39:59.54971",150,{"items":1025,"total":1124},[1026,1043,1061,1073,1090,1101,1111],{"slug":1027,"name":1027,"fn":1028,"description":1029,"org":1030,"tags":1031,"stars":26,"repoUrl":27,"updatedAt":1042},"amazon-location-service","integrate Amazon Location Service maps","Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1032,1035,1036,1039],{"name":1033,"slug":1034,"type":16},"API Development","api-development",{"name":21,"slug":22,"type":16},{"name":1037,"slug":1038,"type":16},"Maps","maps",{"name":1040,"slug":1041,"type":16},"Navigation","navigation","2026-07-12T08:39:49.88311",{"slug":1044,"name":1044,"fn":1045,"description":1046,"org":1047,"tags":1048,"stars":26,"repoUrl":27,"updatedAt":1060},"amplify-workflow","build and deploy apps with AWS Amplify","Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync\u002FDynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android. Always use this skill for Amplify Gen2 topics — even for questions you think you know — it contains validated, version-specific patterns that prevent common mistakes. TRIGGER when: user mentions Amplify Gen2; project has amplify\u002F directory or amplify_outputs; code imports @aws-amplify packages; user asks about defineBackend, defineAuth, defineData, defineStorage, or npx ampx. SKIP: Amplify Gen1 (amplify CLI v6), standalone SAM\u002FCDK without Amplify (use aws-serverless), direct Bedrock without Amplify AI Kit (use bedrock).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1049,1052,1053,1054,1057],{"name":1050,"slug":1051,"type":16},"Auth","auth",{"name":21,"slug":22,"type":16},{"name":877,"slug":878,"type":16},{"name":1055,"slug":1056,"type":16},"Deployment","deployment",{"name":1058,"slug":1059,"type":16},"TypeScript","typescript","2026-07-12T08:39:43.500162",{"slug":1062,"name":1062,"fn":1063,"description":1064,"org":1065,"tags":1066,"stars":26,"repoUrl":27,"updatedAt":1072},"api-gateway","build and manage Amazon API Gateway APIs","Build, manage, and operate APIs with Amazon API Gateway (REST, HTTP, and WebSocket). Triggers on phrases like: API Gateway, REST API, HTTP API, WebSocket API, custom domain, Lambda authorizer, usage plan, throttling, CORS, VPC link, private API. Also covers troubleshooting API Gateway errors (4xx, 5xx, timeout, CORS failures) and IaC templates containing API Gateway resources. For general REST API design unrelated to AWS, do not trigger.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1067,1068,1069],{"name":1033,"slug":1034,"type":16},{"name":21,"slug":22,"type":16},{"name":1070,"slug":1071,"type":16},"REST API","rest-api","2026-07-12T08:39:00.149339",{"slug":1074,"name":1074,"fn":1075,"description":1076,"org":1077,"tags":1078,"stars":26,"repoUrl":27,"updatedAt":1089},"aws-architecture-diagram","generate AWS architecture diagrams","Generate validated AWS architecture diagrams as draw.io XML using official AWS4 icon libraries. Use this skill whenever the user wants to create, generate, or design AWS architecture diagrams, cloud infrastructure diagrams, or system design visuals. Also triggers for requests to visualize existing infrastructure from CloudFormation, CDK, or Terraform code. Supports two modes: analyze an existing codebase to auto-generate diagrams, or brainstorm interactively from scratch. Exports .drawio files with optional PNG\u002FSVG\u002FPDF export via draw.io desktop CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1079,1082,1083,1086],{"name":1080,"slug":1081,"type":16},"Architecture","architecture",{"name":21,"slug":22,"type":16},{"name":1084,"slug":1085,"type":16},"Design","design",{"name":1087,"slug":1088,"type":16},"Diagrams","diagrams","2026-07-12T08:37:11.012278",{"slug":1091,"name":1091,"fn":1092,"description":1093,"org":1094,"tags":1095,"stars":26,"repoUrl":27,"updatedAt":1100},"aws-lambda","build and deploy AWS Lambda functions","Design, build, deploy, test, and debug serverless applications with AWS Lambda. Triggers on phrases like: Lambda function, event source, serverless application, API Gateway, EventBridge, Step Functions, serverless API, event-driven architecture, Lambda trigger. For deploying non-serverless apps to AWS, use deploy-on-aws plugin instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1096,1097,1098,1099],{"name":1033,"slug":1034,"type":16},{"name":21,"slug":22,"type":16},{"name":1055,"slug":1056,"type":16},{"name":880,"slug":881,"type":16},"2026-07-12T08:38:58.598492",{"slug":1102,"name":1102,"fn":1103,"description":1104,"org":1105,"tags":1106,"stars":26,"repoUrl":27,"updatedAt":1110},"aws-lambda-durable-functions","build resilient AWS Lambda durable functions","Build resilient, long-running, multi-step applications with AWS Lambda durable functions with automatic state persistence, retry logic, and orchestration for long-running executions. Covers the critical replay model, step operations, wait\u002Fcallback patterns, error handling with saga pattern, testing with LocalDurableTestRunner. Triggers on phrases like: lambda durable functions, workflow orchestration, state machines, retry\u002Fcheckpoint patterns, long-running stateful Lambda functions, saga pattern, human-in-the-loop callbacks, and reliable serverless applications.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1107,1108,1109],{"name":1080,"slug":1081,"type":16},{"name":21,"slug":22,"type":16},{"name":880,"slug":881,"type":16},"2026-07-12T08:39:05.546173",{"slug":1112,"name":1112,"fn":1113,"description":1114,"org":1115,"tags":1116,"stars":26,"repoUrl":27,"updatedAt":1123},"aws-lambda-managed-instances","configure AWS Lambda Managed Instances","Evaluate, configure, and migrate workloads to AWS Lambda Managed Instances (LMI). Triggers on: Lambda Managed Instances, LMI, capacity provider, multi-concurrency Lambda, dedicated instance Lambda, EC2-backed Lambda, cold start elimination, Graviton Lambda, instance type for Lambda, scheduled scaling for LMI, Lambda cost optimization with Reserved Instances or Savings Plans. Also trigger when users describe high-volume predictable workloads seeking cost savings, want to scale LMI capacity on a schedule, or compare Lambda vs EC2 for steady-state traffic. For standard Lambda without LMI, use the aws-lambda skill instead.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1117,1118,1119,1120],{"name":21,"slug":22,"type":16},{"name":1055,"slug":1056,"type":16},{"name":18,"slug":19,"type":16},{"name":1121,"slug":1122,"type":16},"Performance","performance","2026-07-12T08:39:07.007071",33]