0

This question may sound stupid and if it does I appologise.

Is it possible to build a service like PagodaBox (PHP PaaS) on top of a virtualised enviroment such as Rackspace Cloud or AWS EC2 etc? Or would you need to have a dedicated server environment?

Thanks in advance.

Kyle Hudson
  • 202
  • 1
  • 11

2 Answers2

1

Yes. For example, Heroku, one of the largest PaaS providers, runs on Amazon EC2.

ceejayoz
  • 32,469
  • 7
  • 81
  • 105
0

Of course it is. The difference between a dedicated server and "cloud" comes down to minimum performance guarantees and max performance available, and thus economics and cost. If you pay for a dedicated server, you should know what IOPS, CPU, and RAM you've got to work with, at all times. With "cloud", you may have minimum performance guarantees, and you may also be able to pay for more performance, on an only-as-needed basis.

mfinni
  • 35,711
  • 3
  • 50
  • 86