Skip to content

Daniel-Hun/aws-devops-springbootapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-aws-deploy

This is a sample microservice to deploy it on AWS ECS.

To build automated AWS CodePipeline and deploy microservice to AWS ECS, follow tutorial as shown in video :

Health Check command for AWS Task definition :

CMD-SHELL,curl -f http://localhost:8080/actuator/health || exit 1

Prerequisite :

  1. AWS acconunt.
  2. Git and docker installed on the machine.
  3. Docker should be started before building docker image.
  4. And your favourite code editor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.8%
  • Dockerfile 16.2%