Swanny wrote: ↑Wed Nov 28, 2018 12:55 am
Is it possible to setup phpBB on the Amazon AWS infrastructure? I don't see how.
I recall seeing
a post related to someone doing that here. I'm not an AWS or Google Compute Engine user, but I had been looking at the
Bitnami virtual machine images as a way to run a local copy of phpBB for upgrade/testing purposes. (As an alternative to "
Knowledge Base - Installing and Setting Up Your Own Web Server".)
In my "outside looking in" opinion, the reason to use one of these computing platforms is because you intend to scale. They are not "just another hosting provider choice for setting up your phpBB, like One or BlueHost." Choosing to use a cloud platform is more akin to "I've rented a virtual dedicated server", meaning a "bare virtual machine" for which you'll be micro-billed for CPU, storage and bandwidth. Getting it into shape to have the services to support phpBB, and all future maintenance of those services, is now "your problem." But a problem you're willing to take on when your goal is to potentially scale up to a dozen instances all running your service.
If you just have "a phpBB site", and your needs for "scale" would likely be satisfied by simply moving to a higher CPU/memory/bandwidth option of a single server, there seem to be a lot of advantages to just using a "traditional" hosting service. Which is already thinking about and maintaining the platform services needed to support phpBB for all of their customers, and is not "your problem" to have to keep thinking about.
Using a cloud platform is probably even how some of these "traditional hosting services" provide
their services. Because they do intend to be constantly managing the "nuts and bolts", and intend to scale up or scale down as needed for the number of customers they are providing hosting services for. But for a single site that could be satisfied by a single server, I'm not sure it makes sense. I'm not sure the micro-billing for CPU and bandwidth would even come out cheaper, or would just have you constantly chasing "what's using CPU on my server
now?"
But I am very "fire and forget" mindset when setting up hosting service. I've got other things to worry about. Maybe someone actually using AWS or Google can provide the counter argument insight for all of us to consider.