| AWS isn't really a solution for people trying to run a "small" project on a fixed amount of servers 24/7. It's great if you want to be able to: - provision lots of machines without delays - launch and terminate new instances to cover load spikes - do geo-redundant failover (aka: a datacenter in Europe, Australia, the US, ...) - have 'plug and play' components like load balancers (ELB), storage (S3), databases (RDS), queueing services, ... - ... Amazon provides a lot of things that cheaper solutions will have a hard time achieving (e.g. the backup space redundancy that OVH provides will probably be quite a bit less 'secure' than S3/Glacier). That being said, these premium features are something that a project might simply not need. We run some of our jenkins build slaves on OVH. We don't need to launch new ones all that often and the bang for the buck makes them very much worth considering. |