查询 AWS/Azure 官方零售价格并返回 VM 的 PayGo、1Y RI、3Y RI 小时单价。
用于 AWS 与 Azure VM 小时价查询与对比,输出 PayGo、1Y RI、3Y RI。
标准查询:
python .github/skills/vm-pricing-retail-api/scripts/fetch_vm_prices.py --aws-instance-type m6a.4xlarge --aws-region ap-southeast-1 --azure-sku Standard_D16as_v5 --azure-region southeastasia --os linux
批量查询:
python .github/skills/vm-pricing-retail-api/scripts/fetch_vm_prices.py --input-file input/vm_pricing_input.csv --output output/vm_pricing_results.csv
统一列名请参考: .github/skills/references/column-schema.md