ec2
-
Amazon (AWS) EC2 webserver (LAMP) setup
LAMP setup on Amazon EC2 instance (using Amazon Linux 2).
LAMP = Linux (Amazon Linux 2) / Apache (webserver / MySQL (database server) / PHP (script language)
Some notes for future reference next time I setup a new EC2 instance ready for PHP driven sites including Joomla and Wordpress.
-
LetsEncrypt SSL certificates on AWS EC2
I keep forgetting how to enable SSL on my websites. I need a basic certificate I've no need for super certificates, I'm not a bank!
So LetsEncrypt, a free SSL certificate service will do the job nicely.
Here I describe how I install LetsEncrypt certificates using the GetSSL script on AWS EC2 instances.