I have started an ubuntu ec2 free tier server. It has one purpose - to monitor a different server. it runs a cron job every minute which performs a ping
and a curl request
to one server.
the purpose is if the ping result is 0 or the curl response http code is faulty it then sends an email using SES to various people.
My question is, will this action occurring every minute eventually exceed the free tier allowed usage per month?