Skip to content

Automated WordPress deployment on AWS leveraging RDS for database management, containerized with Docker, and orchestrated through Terraform.

License

Notifications You must be signed in to change notification settings

spithash/Terraform-Wordpress-AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform WordPress AWS Deployment

Automated WordPress deployment on AWS orchestrated through Terraform while trying to stick with the AWS free plan.
Configuration management is done via Ansible.

To securely manage sensitive data like SSH private keys, this setup integrates HashiCorp Vault. Vault stores secrets centrally, and Ansible fetches these secrets dynamically during deployment, keeping credentials out of the codebase and improving security. The name of the database and the user credentials for the wordpress installation are also stored in Vault KV v2 secrets engine.

(this is still work in progress...)

TODO

  • Move Mariadb to RDS db.t3.micro

About

Automated WordPress deployment on AWS leveraging RDS for database management, containerized with Docker, and orchestrated through Terraform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published