|
|
|
|
|
by dimgl
1340 days ago
|
|
Yeah I can’t agree with you at all. Without setting up your own NAT Gateway on EC2 on a t2.micro instance (or something cheap like that), it runs you about $30. This isn’t even accounting for database costs, usage costs, development costs, etc. So right away that “I can’t believe they even charge my CC for $0.02” is real suspect. Do you have a completely empty AWS account? We haven’t even spoken about dev experience yet. |
|
The problem is that you're using EC2 instead of AWS App Runner, Google Cloud Run, or Azure Container Apps.
> We haven’t even spoken about dev experience yet.
I'd strongly recommend that you give Google Cloud Run a try. You can go from empty codebase to running, on demand serverlesss runtime via GitHub with only a Dockerfile. I can build an app from scratch and have it running in Google Cloud in probably under 3 minutes with no special CLI knowledge or build.
Here's a sample Dockerfile I'd need to get a dotnet app into Google Cloud Run:
Every other aspect of the code remains unchanged. GCR will pull the code from GitHub, build the container, and operationalize it.https://github.com/CharlieDigital/dn6-mongo-react-valtio