Hi Folks,
I just have curiosity regarding deployment latest release of Sentry Onpremise which is v21.8.0 on Amazon ECS.
I have read the docker-compose file and tried to convert it to task-definition.json
But the question is, can we use minimum configurations with just deploy web, redis and postgres but not the other services ?
And about the redis, can we just refer to another redis that deployed on redis labs ? I tried using ssm parameters but seems like web sentry still need to link to redis container.
Or maybe i still have some misconfigurations.