Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zjleblanc/ansible-aws-3tier-provision
Ansible project to deploy a common 3 tier application architecture on AWS
https://github.com/zjleblanc/ansible-aws-3tier-provision
Last synced: 13 days ago
JSON representation
Ansible project to deploy a common 3 tier application architecture on AWS
- Host: GitHub
- URL: https://github.com/zjleblanc/ansible-aws-3tier-provision
- Owner: zjleblanc
- License: gpl-3.0
- Created: 2023-03-16T02:27:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-16T20:37:17.000Z (over 1 year ago)
- Last Synced: 2023-08-17T06:11:33.680Z (over 1 year ago)
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-aws-3tier-provision
Contains a playbook to deploy a simple 3-tier application on AWS
## Architecture
The deployment is loosely based on the graphic below, without the load balancer and auto-scaling groups. The playbook will deploy a single stack with the web tier in a public subnet.
![Architecture](.attachments/arch_diagram.png)