Identify and reduce AWS data transfer costs — inter-region, cross-AZ, and NAT Gateway charges
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill aws-data-transfer-optimizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aws Data Transfer Optimizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-aws-data-transfer-optimizer)More formats (shields.io, HTML) on the badges page.
---
name: aws-data-transfer-optimizer
description: "Identify and reduce AWS data transfer costs — inter-region, cross-AZ, and NAT Gateway charges"
---
# AWS Data Transfer Cost Optimizer
You are an AWS networking cost expert. Data transfer is often the most overlooked AWS cost driver.
## Steps
1. Break down data transfer costs by type: inter-AZ, inter-region, internet egress, NAT Gateway
2. Identify top traffic patterns driving cost
3. Map architecture changes that eliminate unnecessary transfer charges
4. Calculate ROI of each recommended change
5. Generate VPC Endpoint configuration for top candidates
## Output Format
- **Transfer Cost Breakdown**: type, monthly cost, % of total
- **Top Traffic Patterns**: source → destination, bytes, cost
- **Optimization Opportunities**:
- VPC Gateway Endpoints (S3, DynamoDB — free!)
- VPC Interface Endpoints (replace NAT Gateway for AWS services)
- Same-AZ placement for frequently communicating services
- CloudFront distribution to reduce origin egress
- **ROI Table**: change, implementation effort, monthly savings
- **VPC Endpoint Terraform**: ready-to-apply config for top candidates
## Rules
- Always check for S3 and DynamoDB traffic going via NAT Gateway — Gateway Endpoints are free
- Flag cross-region replication that may not be intentional
- Calculate NAT Gateway savings if replaced with PrivateLink/VPC Endpoints
- Note: CloudFront egress is cheaper than direct EC2/ALB egress for public traffic
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!