From 1d14c56bc8f9d336425ff820f8ae54a14f67cd03 Mon Sep 17 00:00:00 2001 From: mikahjc Date: Fri, 3 May 2024 23:23:58 -0500 Subject: [PATCH] vault backup: 2024-05-03 23:23:58 --- .obsidian/workspace.json | 25 +++++++++++++++++++------ Cloud Infra.md | 26 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 Cloud Infra.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c42d16a..f078b79 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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", diff --git a/Cloud Infra.md b/Cloud Infra.md new file mode 100644 index 0000000..3624d76 --- /dev/null +++ b/Cloud Infra.md @@ -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 \ No newline at end of file