I have a web app that will definitely be a low-traffic app (less than a few dozen hits per day), but when it does get a "hit" (the user actually has to kick off an action), it wakes up and does some heavy-duty number crunching (very CPU-intensiive) for several hours per request. As such, once live, I could foresee the server's CPUs going full bore throughout the day, even though the site itself might only receive ~15 visitors and even less number-crunching requests.
I'm trying to determine if the AWS Elastic Beanstalk Free Tier is appropriate for what I need.
Is there a certain "max CPU cycles" or "max CPU utilization" that Beanstalk is capped at for the Free Tier? If so, what is it and what are the terms & conditions surrounding it? I tried looking for it on their prices page but didn't find much relating to CPUs.
Also, if anybody knows of a Java PaaS that would be more suited for my CPU-intensive, low-traffic app (and that is free!) please speak up and let me know! Thanks in advance!