Skip to content

allotmentandy/aws

Repository files navigation

AWS

This is a repo to compliment my series of blog articles on working with AWS.

Setting up LAMP server on Debian with simple shell scripts

The first method is creating a LAMP stack by hand.

The next method is using Ansible to setup the LAMP stack

The next method is using Terraform to setup an EC2 Instance

Then I have made a docker container with an example app, pushed it to docker hub and installed it on the EC2 Instance