awslabs / container-content-ideas-for-aws

A list of ideas for content that AWS should develop about running containers on AWS.
Apache License 2.0
43 stars 7 forks source link

Best practices for running Spring Boot applications on ECS and EKS #44

Closed jicowan closed 3 years ago

jicowan commented 5 years ago

https://spring.io/guides/gs/spring-boot-docker/

srijitm commented 5 years ago

I actually started working on exactly this task. I have built up a set of spring boot apps that use zuul and eureka. Currently they all come up with docker-compose. I am working on documenting the steps and the design to migrate these applications to ECS.

I'd be happy to collaborate with people who are interested.

Project: https://github.com/srijitm/spring-microservices