From 8b2c81e8763df1b770f8f1f7fe62d1d697406a94 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 24 May 2020 00:52:30 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38df53e..86f77b9 100644 --- a/README.md +++ b/README.md @@ -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) -Included Stacks: +# Stacks + +## AWS Service Stacks - [ECS Cluster Stack](https://github.com/josephbmanley/aws-cluster-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)