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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: