Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Scheduler Group to isolate CloudWatch metrics #1

Open
ryamelv opened this issue Dec 13, 2024 · 0 comments
Open

Use Scheduler Group to isolate CloudWatch metrics #1

ryamelv opened this issue Dec 13, 2024 · 0 comments

Comments

@ryamelv
Copy link
Contributor

ryamelv commented Dec 13, 2024

The project creates two Amazon EventBridge Schedules - one for the next event driven action and one for periodic backup checks.
An AWS CloudFormation bug currently prevents retrieving the ARN of a Schedule in a Schedule Group, so if the CDK app puts the Schedules in a Schedule Group the deployment fails.

Since the schedules are not in a schedule group, the CloudWatch Dashboard cannot isolate its metrics to only the stack's schedules - the related metrics show values for the "default" schedule group, which could contain schedules not related to the stack.

If/when the AWS CloudFormation bug is fixed, this project should move its schedules into a dedicated group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant