Comment on Show HN: AWS EC2 Pricing API – live spot pricing across regionsComments−codingdave1yWhy not just use the API that AWS provides for this: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_D...?−crohrOP1yIt doesn't provide the on-demand price, nor the instance specs. Also requires authentication. With this API I can also ask for pricing across a whole family type (e.g. `c7a`).
Comments
Why not just use the API that AWS provides for this: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_D...?
It doesn't provide the on-demand price, nor the instance specs. Also requires authentication. With this API I can also ask for pricing across a whole family type (e.g. `c7a`).