I need to host some scrapers and also data for each sites stored as JSON along with the scrapers. Let's say the scraper runs only once a day.
And I need to host a Mysql db whose data is used to statically render pages. So, the data is queried like 10 times a day.
In such a scenario, how much would you expect the total costs would be and what service would you use?