In the previous post, you learnt how to deploy a basic Dockerized Spring Boot application to AWS Fargate. Wouldn’t it be great if this manual configuration could be provisioned from a plain text file which can be part of your version control system? With a single action, all necessary resources are configured in the right order. In this post, you will learn how to create an AWS CloudFormation template. Enjoy!
Continue reading “How to Create an AWS CloudFormation Fargate Template”How to Deploy a Spring Boot App on AWS ECS Cluster
In this post, you will learn how to setup an AWS ECS (Elastic Container Service) Cluster. You will create the Cluster and deploy a Docker image containing a Spring Boot App. Enjoy!
Continue reading “How to Deploy a Spring Boot App on AWS ECS Cluster”