Tag: EC2
-
Configuring and Automating launching a LAMP web app with RDS
For this project we will be launching osTicket in an automatic way without having to SSH into the EC2 instance. This version of the project will be slightly different as the MySQL server will be hosted on an Amazon Relational Database Service (RDS) instance, which is a managed relational database service offered by Amazon, instead…
-
Provision EC2 instances for a Linux MySQL backend web application
For this web application we are using Linux, Apache, MySQL, and PHP (LAMP stack) as the web server to install osTicket with another instance serving as the backend MySQL server. I used the following guides for installing osTicket and MySQL once the instances were provisioned and SSH’d to the instance. Only use the guides as…