894 B
894 B
description, argument-hint
| description | argument-hint | ||
|---|---|---|---|
| Ask the AWS DevOps Agent for cost optimization opportunities, scoped to your local IaC |
|
Cost optimization is a chat-first workflow.
- Read whatever local IaC files are present — CDK stacks, CloudFormation templates, Terraform modules. Pick files referenced from
cdk.json,template.yaml,*.tf,serverless.yml, etc. - If
$ARGUMENTSmentions "all spaces" / "across accounts" and the user has SigV4 auth with multiple spaces, follow thecoordinating-multi-space-devops-agentskill's parallel-query pattern. - Call
aws_devops_agent__chat(message="[Local IaC Context]\n<IaC snippets>\n\nAnalyze cost optimization opportunities. $ARGUMENTS"). - Show the response. Ask if the user wants to drill into any specific recommendation, or escalate to a deep investigation for one of them.