refresh_aws_ec2_pricing
Retrieve real-time AWS EC2 pricing including on-demand, spot, and reserved rates. Filter by region, family, or architecture to compare costs across instance types.
Instructions
Fetch real-time AWS EC2 pricing from instances.vantage.sh. Returns 1,147 instance types with on-demand, spot, and reserved pricing. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | AWS region (default: us-east-1). Use list_aws_regions to see all available. | |
| family | No | Filter by instance family (e.g., "General purpose", "Compute optimized") | |
| architecture | No | Filter by CPU architecture | |
| maxResults | No | Maximum results to return (default: 500) | |
| includeSpot | No | Include spot pricing in notes | |
| includeReserved | No | Include reserved pricing in notes |