As part of updates to the geotrellis/geotrellis-site-deployment repo, the gt-chatta-demo container was removed from the website task definition. Add terraform resources to deploy gt-chatta-demo as its own ECS service, using the terraform-aws-ecs-web-service module.
[ ] Use the terraform-aws-ecs-web-service module to create a web service
[ ] Add DNS record for the loadbalancer
[ ] Add firewall rules to allow:
[ ] HTTP(S) ingress to the loadbalancer from 0.0.0.0/0
[ ] All traffic between the loadbalancer and the container instance
As part of updates to the geotrellis/geotrellis-site-deployment repo, the
gt-chatta-demo
container was removed from the website task definition. Add terraform resources to deploygt-chatta-demo
as its own ECS service, using theterraform-aws-ecs-web-service
module.terraform-aws-ecs-web-service
module to create a web service