Cloudformation rollback alarm trigger cannot be removed

0

I have created Cloudformation stack with rollback trigger alarm configured. Now, I am not able to remove the alarm from the rollback configuration.

To replicate:

  1. Have stack with rollback alarm
  2. Update stack so that there is no rollback alarm, by providing empty list for "rollback triggers".
"RollbackConfiguration": {
    "MonitoringTimeInMinutes": 2,
    "RollbackTriggers": []
}

Update succeeds, however, the console still shows that rollback trigger alarm is configured.

  1. Subsequent updates still check the alarm. I.e on subsequent updates, if an alarm occurs the stack is rolled back.

According to docs here: To remove all currently specified triggers, specify an empty list for this parameter.

However, specifying an empty list does not seem to work and I have NO way to remove rollback alarm.

Can anybody replicate?

  • Can you please post the exact steps to replicate?

simon
asked 2 years ago246 views
1 Answer
0

Hello, To answer your question, we require details that are non-public information. Please open a support case with AWS using the following link - https://support.console.aws.amazon.com/support/home#/case/create

AWS
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions