Update README.md

This commit is contained in:
Tom Hombergs
2020-08-08 17:38:07 +10:00
committed by GitHub
parent 409261f790
commit ae3e8c6884

View File

@@ -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/)