Author: Geovanny Lopez

  • Amazon VPC

    Amazon VPC allows users to launch AWS resources in a logically isolated virtual network the user has defined. It is essentially your own piece of the cloud that closely resembles a traditional network that would be operated  in a data center. Some features include Virtual private clouds (VPC), Subnets, IP addressing, Routing and more. When…

  • 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…