EC2 pricing starts at 10c/h. 0.1 * 24 * 30 = $72/month + bandwidth + storage.
EC2 nodes also aren't all that easy to set up and maintain. There is no persistent storage, you need to make sure all data is offloaded to S3 before the instance is terminated (or has this changed recently? Haven't looked into Elastic Block Store yet). To use it seriously, you need some sort of monitoring and load balancing tools, to automatically start/stop instances as needed, based on demand, and to share data between the instances. Super cool technology, but not for a small project.
Probably easier for about the same money to lease a low power P4 box, from a hosting company. If you don't need that much grunt, a VPS (Virtual Private Server) is a good start for around $15+/month. You can usually upgrade the VPS, with more processor availability, more RAM and disk, just by emailing your hosting company.
As Gary says, EC2 is perfect if your demand changes drastically over short periods of time. If that's not your situation, I'd look for another solution.