You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're looking to move from Cloudwatch docker containers to the awslogs driver for logging in Dart. Currently we have a Cloudformation stack for each cluster which would mean either passing a hardcoded string for the name of the loggroup to each Cloudformation template or using custom resource hackery to reference a loggroup in another stack.
We're looking to move from Cloudwatch docker containers to the awslogs driver for logging in Dart. Currently we have a Cloudformation stack for each cluster which would mean either passing a hardcoded string for the name of the loggroup to each Cloudformation template or using custom resource hackery to reference a loggroup in another stack.
An alternative, and what I think looks like the best option, is to create a single Cloudformation stack for each environment (stage/prod) that has a nested stack for each cluster. This would allow us to include loggroup setup in the base stack and pass the resource into each nested template.
@dannymcpherson, do you remember why you wrote the deployment scripts instead of creating a single stack?