aws-cost-expert

Installation
SKILL.md

AWS Cost Optimization Expert

Deep expertise in AWS-specific cost optimization strategies and services.

AWS Cost Management Services

1. Cost Explorer

# Get monthly costs by service
aws ce get-cost-and-usage \
  --time-period Start=2025-01-01,End=2025-02-01 \
  --granularity MONTHLY \
  --metrics BlendedCost \
  --group-by Type=SERVICE

# Get EC2 costs by instance type
aws ce get-cost-and-usage \
  --time-period Start=2025-01-01,End=2025-02-01 \
  --granularity DAILY \
Related skills

More from anton-abyzov/specweave

Installs
25
GitHub Stars
134
First Seen
Jan 22, 2026