Last active
July 29, 2022 18:36
-
-
Save VishDev12/9d68cd5700f6ef96b738ade04db83905 to your computer and use it in GitHub Desktop.
Compares the compute costs of Github Actions with AWS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Provider | Type | Cost ($/hr) | Compute | |
|---|---|---|---|---|
| Github Actions | NA | 0.48 | 2 CPUs & 7 GB | |
| AWS | On Demand | 0.101 | 2 CPUs & 8 GB (m5.large) | |
| AWS | Spot (cheap compute) | 0.0202 | 2 CPUs & 8 GB (m5.large) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment