Tag: AWS
-
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…
-
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…