I'm working for a cash-strapped not-yet-startup :D. We want to use Amazon for free to deploy a simple Python REST API endpoint. I was told that Amazon has a "1 year for free" tier. I've built my docker, put it on DockerHub and have successfully deployed it to Fargate.
However, I can't find the Fargate product here in their list of free stuff:
Yet, according to their own docs, Fargate is ideal for tiny things:
Tiny workload For a small test environment AWS Fargate is a perfect fit. It’s generally wasteful to run a tiny test environment on an EC2 instance because the EC2 instance is too powerful, and you will have a hard time getting a good percentage of utilization.
So, should I instead start setting up an EC2 for those 750 hours / month?