Update README.md

This commit is contained in:
Layla 2020-05-24 00:52:30 -04:00 committed by GitHub
parent 8d3da0f109
commit 8b2c81e876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,23 @@
# aws-ecs-infrastructure # AWS Infrastructure
This project is a collection of CloudFormation stacks for getting started with running tasks with ECS. This project is a collection of CloudFormation stacks for building and deploying applications on AWS.
[See project progress](https://github.com/users/josephbmanley/projects/6) [See project progress](https://github.com/users/josephbmanley/projects/6)
Included Stacks: # Stacks
## AWS Service Stacks
- [ECS Cluster Stack](https://github.com/josephbmanley/aws-cluster-stack) - [ECS Cluster Stack](https://github.com/josephbmanley/aws-cluster-stack)
- [EFS Stack](https://github.com/josephbmanley/aws-efs-stack) - [EFS Stack](https://github.com/josephbmanley/aws-efs-stack)
# Example Tasks - [Redis Cluster Stack](https://github.com/josephbmanley/aws-redis-cluster)
[Heroic Lab's Nakama stack](https://github.com/josephbmanley/aws-nakama-stack) ## Application Stacks
- [Heroic Lab's Nakama Stack](https://github.com/josephbmanley/aws-nakama-stack)
- [ECS Grafana Stack](https://github.com/josephbmanley/aws-ecs-grafana)
- [ECS Jenkins Stack](https://github.com/josephbmanley/aws-ecs-jenkins)