So I got a very surprising bill from AWS for August this weekend.
I’ve set up multiple environments - test, stage and prod. Test and stage are both prisma instances on a AWS RDS db micro instance, and are the only ones that have been used seeing as the app in question is still in development. The production instance is hosted on AWS Aurora. A deploy was made to test that everything was working, but it has received no real traffic.
The bill, however, says just over 1000 DB hours for all databases. Which in itself is kind of funny, seing as there is only around 24 * 31 = 744 hours in a month. It’s worth noting that we have no cron-jobs or anything, and our team primarily works between 8-17 on weekdays.
Seeing as both databases are paid pr hour of use, I’m trying to investigate what is making requests to keep them alive all the time. I have two suspects: Apollo Engine (for metrics), and Prisma. Does anyone know anything about this?