Skip to content

Sample projects to deploy boot applications to Docker and AWS Fargate

Notifications You must be signed in to change notification settings

nj11/deploy-spring-microservices-to-aws-ecs-fargate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deployment of spring boot microservices to AWS fargate.

ECS ( Elastic Container Service ) was the first container orchestration tool offering by AWS. It essentially consists of EC2 instances which have docker already installed, and run a Docker container which talks with AWS backend

Alt desc

Fargate was the second service offering to come, and is intended to abstract all everything bellow the container (EC2 instances where they run) from you. In other words, a pure Container-as-a-Service, where you do not care where that container runs.

Alt desc

About

Sample projects to deploy boot applications to Docker and AWS Fargate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published