vault backup: 2024-05-03 23:23:58

This commit is contained in:
2024-05-03 23:23:58 -05:00
parent 0aed31c5c2
commit 1d14c56bc8
2 changed files with 45 additions and 6 deletions

26
Cloud Infra.md Normal file
View File

@@ -0,0 +1,26 @@
# Cloud Run
* Docker/k8s based
* Billed by nearest 100ms of runtime
* First 240000 vCPU-seconds free/mo
* 0.00001800/vCPU-second after
* First 450000 GiB-seconds free/mo
* Has CPU allocated only during request option
* 2M free requests/mo
* $0.40 per million requests after
* Can't find in pricing calculator?
* Seems to be fully managed k8s
# App Engine
* Standard environment has free tier
* Allocated managed machine
# Cloud Functions
* Still can't find information on performance for .NET runtime performance/cold start
* Pricing affected by:
* Function run time
* Affected by memory and vCPU allocation
* Function invocation count
* Free tier:
* 2M invocations
* 400000 GB-seconds
* 200000 GHz-seconds
* 5GB outbound (non-Google outbound)
* 1M requests/mo @ 600ms runtime = $6.15/mo