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

fix(image): removing alarm for image api #699

Merged
merged 1 commit into from
Aug 26, 2024
Merged

fix(image): removing alarm for image api #699

merged 1 commit into from
Aug 26, 2024

Conversation

bassrock
Copy link
Contributor

Goal

Image API is rarely used at this time and because of that, when it does get used we get an alarm message that it is going into an ok state.

Instead for now, lets turn it off until it is used more.

@bassrock bassrock requested a review from a team as a code owner August 26, 2024 15:40
@bassrock bassrock requested review from Gio2018 and removed request for a team August 26, 2024 15:40
Copy link

Plan Result (image-api-cdk-production)

CI link

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • aws_cloudwatch_metric_alarm.application_alarm-httptarget5xxerrorrate_F94D87C0
Change Result (Click me)
  # aws_cloudwatch_metric_alarm.application_alarm-httptarget5xxerrorrate_F94D87C0 will be updated in-place
  ~ resource "aws_cloudwatch_metric_alarm" "application_alarm-httptarget5xxerrorrate_F94D87C0" {
      ~ alarm_actions                         = [
          - "arn:aws:sns:us-east-1:996905175585:Backend-Prod-ChatBot",
        ]
        id                                    = "ImageAPI-Prod-Alarm-HTTPTarget5xxErrorRate"
      ~ ok_actions                            = [
          - "arn:aws:sns:us-east-1:996905175585:Backend-Prod-ChatBot",
        ]
        tags                                  = {
            "app_code"       = "pocket"
            "component_code" = "pocket-imageapi"
            "costCenter"     = "Pocket"
            "env_code"       = "prod"
            "environment"    = "Prod"
            "owner"          = "Pocket"
            "service"        = "ImageAPI"
        }
        # (20 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@bassrock bassrock merged commit 25c37d9 into main Aug 26, 2024
14 checks passed
@bassrock bassrock deleted the fix/image-alarm branch August 26, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant