Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreiglesias/cloud-1
Automated Deployment of a website infrastructure
https://github.com/andreiglesias/cloud-1
ansible aws aws-ec2 docker docker-compose terraform vagrant
Last synced: 3 months ago
JSON representation
Automated Deployment of a website infrastructure
- Host: GitHub
- URL: https://github.com/andreiglesias/cloud-1
- Owner: AndreIglesias
- Created: 2024-06-04T14:04:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T13:28:25.000Z (6 months ago)
- Last Synced: 2024-10-12T05:09:11.844Z (3 months ago)
- Topics: ansible, aws, aws-ec2, docker, docker-compose, terraform, vagrant
- Language: Shell
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# Automated Deployment of a website infrastructure
## Project Overview
This project focuses on the automated deployment of a web server and the necessary Docker infrastructure on a remote server. The goal is to deploy a site, such as a WordPress blog, with each process running in its container. Automation is a key component of this project, and tools like Terraform, Ansible and Docker Compose are used for this process.
## Features
- Automated deployment of a WordPress site.
- Containers for each process (WordPress, PHPmyadmin, MariaDB, etc.).
- Persistence of data across server reboots.
- Secure and limited public access.
- TLS support for secure connections.
- Deployment on multiple servers in parallel.## Platform Choice
This project uses AWS EC2 instances to host the necessary infrastructure.
## License
This project is licensed under the GNU License. See the [LICENSE](LICENSE) file for details.