Hi all! I want to deploy different stacks with Far...
# aws
s
Hi all! I want to deploy different stacks with Fargate for dev/prod environment and was wondering, what the right way was to handle an Application LoadBalancer. Should I have one that manages both stacks (e.g. via Fargate Profile) or an ALB per stack?
b
We've taken the approach of completely separate AWS accounts for dev/prod. No way to share the ALB in that case.