get_aws_price
Look up the hourly and monthly on-demand price for any AWS EC2 instance type in us-east-1, including vCPUs and memory specs.
Instructions
Look up the on-demand Linux hourly + monthly price for an AWS EC2 instance type in us-east-1. Returns vCPUs, memory, hourly USD, and monthly USD (730 hours). For multi-cloud comparisons including OCI, Azure, and GCP, use compare_clouds instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_type | Yes | EC2 instance type, e.g. 't3.medium'. Available: c5.2xlarge, c5.large, c5.xlarge, m5.2xlarge, m5.4xlarge, m5.large, m5.xlarge, r5.2xlarge, r5.large, r5.xlarge, t3.2xlarge, t3.large, t3.medium, t3.micro, t3.small, t3.xlarge |