{
  "baseHostname": "briareus.example.com",
  "ecsClusterArn": "arn:aws:ecs:us-east-1:123456789:cluster/ecs",
  "albArn": "arn:aws:elasticloadbalancing:us-east-1:123456789:loadbalancer/app/briareus-alb/asdf",
  "webContainerName": "web",
  "healthcheck": {
    "path": "/healthcheck",
    "interval": 15,
    "timeout": 14,
    "healthy_threshold": 2,
    "unhealthy_threshold": 3,
    "gracePeriod": 150
  }
}