This is a sample microservice to deploy it on AWS ECS.
Health Check command for AWS Task definition :
CMD-SHELL,curl -f http://localhost:8080/actuator/health || exit 1
Prerequisite :
- AWS account.
- Git and docker installed on the machine.
- Docker should be started before building docker image.
- And your favourite code editor