To view and manage notifications for AWS Health with User Notifications, you must first enable AWS managed notifications.
Prerequisites
Attach the following policy to your IAM roles or users to grant them the requisite permissions to enable AWS managed notifications in User Notifications.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"notifications:GetFeatureOptInStatus",
"notifications:PutFeatureOptInStatus"
],
"Resource": "*"
}
]
}
Enabling or disabling AWS managed notifications for AWS Health
To receive AWS managed notifications, you must first enable them. The prefix for emails about AWS managed notifications always reflect the originating service.
For example, notifications about AWS Health are sent from the email health@aws.com
.
If you no longer wish to receive these notifications, you can disable them. If you disable AWS managed notifications, previously subscribed delivery channels won't receive managed notifications. Configured delivery channels will persist if notifications are enabled again.
Note
Any AWS managed notifications that were previously delivered through User Notifications continue to appear up to 90 days, but new AWS managed notifications aren't accessible using User Notifications and are available directly in the AWS Health dashboard.
To enable or disable AWS managed notifications
Open User Notifications in the AWS Management Console
. In the navigation pane, choose AWS managed notifications subscriptions.
Choose Enable AWS Health notifications or Disable AWS Health notifications.