I added a SNS topic notification for my autoscaling group
Basically this just posts to SNS Topic and a lambda function uses a webhook to post to a Slack channel. All works fine.
However since adding this notification (almost a week ago) My ElasticBeanstalk instance health has been showing as 'Degraded':
and the 'Causes' just shows
Auto Scaling group (awseb-e-rf8zhmbjwm-stack-XXXXXXXXX) notifications have been deleted or modified.
My ec2 instances seem healthy, and my app is working fine afaik.
Why does it keep this 'Degraded' state? How can I fix it?

