A simple Apache webserver, running on AWS EC2 and serving files from EBS volume.
- Terraform (v0.12+ recommended)
- Ansible (v2.8+ recommended)
Set environment variables for AWS access keys
export AWS_ACCESS_KEY_ID=****************
export AWS_SECRET_ACCESS_KEY=****************
Execute Terraform to provision AWS resources and trigger Ansible to configure EC2 webserver.
./hello-aws.sh