Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Cloudformation stack and logging #72

@BenBlaisdell

Description

@BenBlaisdell

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions