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

[PRMP-1076] Remove scale-up/scale-down alarms on pre-prod and prod #268

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

MohammadIqbalAD-NHS
Copy link
Collaborator

No description provided.

@@ -343,6 +343,8 @@ resource "aws_cloudwatch_metric_alarm" "splunk_uploader_sns_topic_error_log_alar
}

resource "aws_cloudwatch_metric_alarm" "scale_up" {
count = contains(["dev", "test", "perf"], var.environment) ? 1 : 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't care about perf - please remove :)

Copy link
Contributor

@chrisbloe-nhse chrisbloe-nhse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove references to perf.

Copy link
Contributor

@chrisbloe-nhse chrisbloe-nhse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, this is fine now - thanks, Andy.

@AndyFlintNHS AndyFlintNHS merged commit b866d3e into main Oct 29, 2024
1 check failed
@AndyFlintNHS AndyFlintNHS deleted the PRMP-1076 branch October 29, 2024 13:28
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

Successfully merging this pull request may close these issues.

4 participants