https://github.com/robertcoopercode/cloudformation-templates
Cloudformation templates used to deploy a web app to ECS
https://github.com/robertcoopercode/cloudformation-templates
Last synced: 4 months ago
JSON representation
Cloudformation templates used to deploy a web app to ECS
- Host: GitHub
- URL: https://github.com/robertcoopercode/cloudformation-templates
- Owner: robertcoopercode
- Created: 2020-03-29T20:45:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T21:02:51.000Z (over 6 years ago)
- Last Synced: 2025-10-27T12:33:34.066Z (8 months ago)
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudformation Templates
This repo contains the cloudformation templates I used for a web app previously deployed on AWS ECS. I've saved the cloudformation templates in this repository as a reference for specifying AWS infrastructure using Cloudformation.
The following cloudformation templates exist in this repository:
**assets.yml**
- S3 bucket
- Cloudfront CDN
- DNS entry in Route 53 allowing Cloudfront assets to be accessible from a custom domain
**vpc.yml**
- VPC
- Load balancer
- Cloudwatch log group that aggragates all server logs
**backend.yml**
- ECS service
- Configure load balancer to expose service internally and externally
- DNS entry in Route 53
**frontend.yml**
- ECS service
- Configure load balancer to expose service internally and externally
- DNS entry in Route 53
**prisma.yml**
- ECS service
- Configure load balancer to expose service internally and externally
- DNS entry in Route 53
- RDS MySQL DB that the prisma service will be able to reade and write to