Remove Agile Remove CTO Coach Remove Film Remove Load Balancer
article thumbnail

Deploy a Clojure web application to AWS using Terraform

CircleCI

When the web application starts in its ECS task container, it will have to connect to the database task container via a load balancer. Then change the Dockerfile in the film ratings web application project to read like so: FROM openjdk:8u181-alpine3.8 wait-for-it.sh --timeout=90 $DB_HOST:5432 -- java -jar film-ratings.jar"].

AWS 96