https://github.com/kenec/apache-log-mysql-terraform
Terraform and Shell scripts to setup the Apache server and MySQL database. The access log of Apache server is saved to a remote MySQL database
https://github.com/kenec/apache-log-mysql-terraform
Last synced: 4 months ago
JSON representation
Terraform and Shell scripts to setup the Apache server and MySQL database. The access log of Apache server is saved to a remote MySQL database
- Host: GitHub
- URL: https://github.com/kenec/apache-log-mysql-terraform
- Owner: Kenec
- License: mit
- Created: 2019-04-29T07:49:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T20:14:18.000Z (about 7 years ago)
- Last Synced: 2025-04-07T06:19:46.008Z (about 1 year ago)
- Language: HCL
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache-Log-MySQL-Terraform-Ansible
Terraform and Shell scripts to setup the Apache server and MySQL database. The access log of Apache server is saved to a remote MySQL Database
### Setup
Download [Terraform](https://www.terraform.io/downloads.html)
Setup AWS Access Key and Secret Key. Ensure not to expose your credential to the public!
### Run the script
terraform apply
### Destroy the cloud infrastructure
terraform destroy