From ae3e8c68848e0f6717f2d4c45d495e6cd2d73774 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sat, 8 Aug 2020 17:38:07 +1000 Subject: [PATCH] Update README.md --- aws/cloudformation/ecs-in-two-public-subnets/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/aws/cloudformation/ecs-in-two-public-subnets/README.md b/aws/cloudformation/ecs-in-two-public-subnets/README.md index 011d51d..1a77a4c 100644 --- a/aws/cloudformation/ecs-in-two-public-subnets/README.md +++ b/aws/cloudformation/ecs-in-two-public-subnets/README.md @@ -2,7 +2,12 @@ ![ECS in two public subnets](ecs-in-two-public-subnets.svg) -# Companion Blog Post +## Blog posts -[The AWS Journey Part 2: Deploying a Docker image from the Command Line with CloudFormation](https://reflectoring.io/aws-cloudformation-deploy-docker-image/) +Blog posts about this topic: + +* [The AWS Journey Part 1: Deploying Your First Docker Image](https://reflectoring.io/aws-deploy-docker-image-via-web-console/) +* [The AWS Journey Part 2: Deploying a Docker Image with AWS CloudFormation](https://reflectoring.io/aws-cloudformation-deploy-docker-image/) +* [The AWS Journey Part 3: Connecting a Spring Boot Application to an RDS Instance with CloudFormation](https://reflectoring.io/aws-cloudformation-rds/) +* [The AWS Journey Part 4: Zero-Downtime Deployment with CloudFormation and ECS](https://reflectoring.io/aws-cloudformation-ecs-deployment/)