Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deployment.ec2.spotInstancePrice does not support fractions of a penny #79

Open
grahamc opened this issue Mar 19, 2016 · 1 comment
Open

Comments

@grahamc
Copy link
Member

grahamc commented Mar 19, 2016

Desired behavior: The current bid for a r3.large in eu-central-1 is $0.0238, and I would like to bid $0.024 per hour for an instance.

Actual behavior: Because the option is specified as an integer, and the division is by 100 (https://github.com/NixOS/nixops/blob/af75e5108088b2ebaff741d77b52e5263e24faf4/nixops/backends/ec2.py#L649) I am restricted to bidding $0.03 or $0.02 per hour for an instance.

@grahamc grahamc transferred this issue from NixOS/nixops Apr 20, 2020
@virusdave
Copy link

I don't suppose this is likely to be fixed ever, eh?
$0.0016 per Hour for t3a.nano

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants