Looking at the PaaS (Platform as a Service) market, I am finding only two options: Google App Engine and to some extend Amazon AWS.
I am talking about a service that can take care of an infinitely large database, load balancing, high availability, etc. with no maintenance required. Basically I just throw some Python code at it, and it will work equally fast for 100 users or 10,000,000 users.
Is there anything cheaper than Google App Engine which can do this? (Excluding Baidu BCE)