aws-cost-expert-anton-abyzov-specweave-2
AWS cost optimization - EC2 Reserved Instances, Savings Plans, Spot, Lambda optimization, Cost Explorer, Trusted Advisor.
npx skills add majiayu000/claude-skill-registry --skill aws-cost-expert-anton-abyzov-specweave-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AWS Cost Optimization Expert Deep expertise in AWS-specific cost optimization strategies and services. ## AWS Cost Management Services ### 1. Cost Explorer ```bash # 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 \ --metrics UnblendedCost \ --filter file://ec2-filter.json \ --group-by Type=INSTANCE_TYPE ``` ### 2. AWS Budgets ```yaml Budget Configuration: - Monthly budget: $30,000 - Alert at 80% ($24,000) - Alert at 90% ($27,000) - Alert at 100% ($30,000) - Alert at 110% ($33,000) - critical Actions: - Stop non-production instances - Deny new resource creation - Email C-level executives ``` ### 3. Compute Optimizer ```bash # Get EC2 right-sizing recommendations aws compute-optimizer get-ec2-instance-recommendations \ --max-results 100 # Get Lambda function recommendations aws compute-optimizer get-lambda-function-recommendations ``` ### 4. Trusted Advisor ```bash # Get cost optimization checks aws support describe-trusted-adv
- AWS Cost Management Services
- 1. Cost Explorer
- 2. AWS Budgets
- 3. Compute Optimizer
- 4. Trusted Advisor
- EC2 Cost Optimization
- Savings Plans vs Reserved Instances
- Graviton Instances (ARM)
- Lambda Cost Optimization
- Power Tuning
- Lambda Cost Optimization Checklist
- S3 Cost Optimization
- Intelligent-Tiering
- Lifecycle Policy Example
Get monthly costs by service aws ce get-cost-and-usage \ Get EC2 costs by instance type Get EC2 right-sizing recommendations aws compute-optimizer get-ec2-instance-recommendations \ Get Lambda function recommendations aws compute-optimizer get-lambda-function-recommendations Get cost optimization checks aws support describe-trusted-advisor-checks \ Check results
What does the aws-cost-expert-anton-abyzov-specweave-2 skill do?
AWS cost optimization - EC2 Reserved Instances, Savings Plans, Spot, Lambda optimization, Cost Explorer, Trusted Advisor.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aws-cost-expert-anton-abyzov-specweave-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
