Wordpress on AWS: smooth and pain free
11–20 of 124 posts
Re: Wordpress on AWS: smooth and pain free
#12Re: Wordpress on AWS: smooth and pain free
#13The persistent and shared EFS volume was the missing piece for running WordPress without frustrating patches.
And CloudFormation is the AWS best practice.
Convox has a few serious WordPress installs. The only difference is that it uses ECS so those EC2 instances can be utilized for more apps.
Also you can hack on the WordPress site locally with Docker via 'convox start'
https://convox.com/docs/wordpress/
Disclaimer: I work on Convox.
Re: Wordpress on AWS: smooth and pain free
#14Before you hop on board with this "pain free" solution, you should accept the fact that you may end up maintaining this: https://github.com/widdix/aws-cf-templates/blob/master/wordp... There should be easier way, e.g. in Azure you can start WordPress (includes MySQL, limited to one app service instance) with one click, not sure what are the costs of maintaining that, but at least starting one in that case is pain fre…
Sure you can click to set up WordPress on other hosts.
But how do you scale capacity of the servers or the database? How do you peer the network to your other cloud resources? How do you mirror the stack in another region?
With CloudFormation resource management is a few API calls away.
You can also use CloudFormation in point and click mode to create a stack and update its resources.
It may be overkill for some cases but for serious systems it's the best practice.
Re: Wordpress on AWS: smooth and pain free
#15Before you hop on board with this "pain free" solution, you should accept the fact that you may end up maintaining this: https://github.com/widdix/aws-cf-templates/blob/master/wordp... There should be easier way, e.g. in Azure you can start WordPress (includes MySQL, limited to one app service instance) with one click, not sure what are the costs of maintaining that, but at least starting one in that case is pain fre…
Re: Wordpress on AWS: smooth and pain free
#16And this cloud setup is going to cost probably for few hundreds of dollars a month. Has anybody working towards serverless version of wp?
So you're looking at ~ $50/mo.
For a setup that can now scale to any volume independently on the HTTP, compute and database tiers.
Overkill for a personal WordPress. Just right for a serious business.
Re: Wordpress on AWS: smooth and pain free
#17Before you hop on board with this "pain free" solution, you should accept the fact that you may end up maintaining this: https://github.com/widdix/aws-cf-templates/blob/master/wordp... There should be easier way, e.g. in Azure you can start WordPress (includes MySQL, limited to one app service instance) with one click, not sure what are the costs of maintaining that, but at least starting one in that case is pain fre…
Infrastructure as code offers a lower maintenance cost over time in many scenarios. Sure you can click to set up WordPress on other hosts. But how do you scale capacity of the servers or the database? How do you peer the network to your other cloud resources? How do you mirror the stack in another region? With CloudFormation resource management is a few API calls away. You can also use CloudFormation in point and cli…
Re: Wordpress on AWS: smooth and pain free
#18Edit: and the down votes are why this piece of garbage lives on. Please stop trying to hide how awful WordPress is. We all know it's terrible. Just because you work on it for a living doesn't make it right for you to publicly lie about it and down vote.
Re: Wordpress on AWS: smooth and pain free
#19Why is anyone running WordPress anymore.? So many better options.100s if not 1,000s. The fact that you need elaborate guides to host it one of the most common hosting providers is yet another example. It's junk. Time to move on. Edit: and the down votes are why this piece of garbage lives on. Please stop trying to hide how awful WordPress is. We all know it's terrible. Just because you work on it for a living doesn't…
Re: Wordpress on AWS: smooth and pain free
#20Why is anyone running WordPress anymore.? So many better options.100s if not 1,000s. The fact that you need elaborate guides to host it one of the most common hosting providers is yet another example. It's junk. Time to move on. Edit: and the down votes are why this piece of garbage lives on. Please stop trying to hide how awful WordPress is. We all know it's terrible. Just because you work on it for a living doesn't…
Or I could just stick with the existing good enough system and go do something else.