Skip to content

Instantly share code, notes, and snippets.

@htahir1
Last active January 29, 2021 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save htahir1/f3a5fa652024b8142c95c4d4be40a815 to your computer and use it in GitHub Desktop.
Save htahir1/f3a5fa652024b8142c95c4d4be40a815 to your computer and use it in GitHub Desktop.
Comparison of costs for normal vs spot/preemptible instances for all three major cloud providers.
| Provider | Configuration          | Cost ($/h) | Spot Cost ($/h) | Cost Savings |
|----------|------------------------|------------|-----------------|--------------|
| GCP      | n1-standard-16 with P4 | 1.36       | 0.38            | 72%          |
| Azure    | NV6 with M60           | 1.14       | 0.20            | 82%          |
| AWS      | g3.4xlarge with M60    | 1.14       | 0.34            | 70%          |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment