'AWS CloudFormation instance-scheduler subscriptions

I am using CloudFormation and instance scheduler to start and stop EC2 instances. I have implemented the CloudFormation template provided by AWS https://aws.amazon.com/solutions/implementations/instance-scheduler/

The template provides an SNS topic which can be subscribed to in order to receive notifications. I have a couple of questions:

  1. Are the notifications just for warning and/or failure events (e.g. EC2 instance could not be stopped or started)?
  2. I have received an email saying: "WARNING : Instance i-xxxxxx could not be hibernated, retry to stop without hibernation". Now I understand this is just a warning and I also realise I do not have hibernation enabled for my EC2 instance - but is there a way I can suppress this message / stop it being sent?

Thank you in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source