by ray | Jul 7, 2018 | Amazon Web Services (AWS)
The following procedures help you install an Apache web server with PHP and MariaDB (a community-developed fork of MySQL) support on your Amazon Linux 2 instance (sometimes called a LAMP web server or LAMP stack). You can use this server to host a static website or...
by ray | Jul 6, 2018 | Amazon Web Services (AWS)
The unfortunate reality about running a web service is that every now and again, you’re going to have downtime. Even the best web companies have the occasional blip in service. If downtime is inevitable, then it’s best to plan ahead so that you can be ready. After...
by ray | Jul 6, 2018 | Amazon Web Services (AWS), Wordpress
Short answer (with my specific WordPress setup and test scenarios): 10–15 concurrent users sustainably, 100 concurrent users before WordPress crashed. Long answer: I recently executed a test to measure performance of a t2.micro running WordPress, as part of a training...
by ray | Jul 6, 2018 | Amazon Web Services (AWS)
Step 1: Connecting to an Instance Before you can connect, you need to make a note of your server’s IP address (write it down!). Go back to your EC2 Control Panel and find your Public IP address. It’s the area that’s highlighted in the screenshot below… Next, you will...