vault backup: 2024-05-03 23:23:58
This commit is contained in:
25
.obsidian/workspace.json
vendored
25
.obsidian/workspace.json
vendored
@@ -42,9 +42,21 @@
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "2c0d9f492abf6a7e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Cloud Infra.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 2
|
||||
"currentTab": 3
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@@ -110,7 +122,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Android App.md",
|
||||
"file": "Cloud Infra.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -127,7 +139,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Android App.md",
|
||||
"file": "Cloud Infra.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@@ -150,7 +162,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Android App.md"
|
||||
"file": "Cloud Infra.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -171,10 +183,11 @@
|
||||
"audio-recorder:Start/stop recording": false
|
||||
}
|
||||
},
|
||||
"active": "90351e0fe20b356c",
|
||||
"active": "2c0d9f492abf6a7e",
|
||||
"lastOpenFiles": [
|
||||
"Datastore.md",
|
||||
"Android App.md",
|
||||
"Cloud Infra.md",
|
||||
"Datastore.md",
|
||||
"Receipt Scanning.md",
|
||||
"Objectives.md",
|
||||
"Datastore",
|
||||
|
||||
26
Cloud Infra.md
Normal file
26
Cloud Infra.md
Normal 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
|
||||
Reference in New Issue
Block a user