by truthbrother | Jul 7, 2018 | Amazon Web Services
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 truthbrother | Jul 6, 2018 | Amazon Web Services
I have an AMI and security group that I’ve been starting instances from, using our VPC and a subnet we’ve had defined, for a long time. Once such instances start, I’m able to SSH to them.So far so good.Lately we started getting error messages about...
by truthbrother | Jul 6, 2018 | Amazon Web Services
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 truthbrother | Jul 6, 2018 | Amazon Web Services
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...