I am trying to create an alarm that triggers sns topic when vpn tunnels are up or down. According to documentation from AWS I created TunnelState alarm which triggers if tunnel goes down or condition hits 0.
Now, I want to create an alarm that triggers when tunnels are up only once. Is there a way to do this? Because if I create a condition that says trigger SNS topic when the condition is 1. It will keep that in alarm status when the tunnel comes up.