Skip to content

Commit 9830a75

Browse files
authored
Update curated packages doc to include subscription steps for release alerts (#9731)
1 parent cb875e8 commit 9830a75

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "What's New"
3+
linkTitle: "What's New"
4+
weight: 15
5+
description: >
6+
New EKS Anywhere Curated Packages releases, features, and fixes
7+
---
8+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Release Alerts"
3+
weight: 60
4+
aliases:
5+
/docs/reference/snsupdates/
6+
description: >
7+
SNS Alerts for EKS Anywhere Curated Packages releases
8+
---
9+
10+
EKS Anywhere uses Amazon Simple Notification Service (SNS) to notify availability of a new releasef for Curated Packages.
11+
It is recommended that your clusters are kept up to date with the latest EKS Anywhere Curated Packages.
12+
Please follow the instructions below to subscribe to SNS notification.
13+
14+
* Sign in to your AWS Account
15+
* Select us-east-1 region
16+
* Go to the SNS Console
17+
* In the left navigation pane, choose "Subscriptions"
18+
* On the *Subscriptions* page, choose "Create subscription"
19+
* On the *Create subscription* page, in the *Details* section enter the following information
20+
* Topic ARN
21+
```
22+
arn:aws:sns:us-east-1:153288728732:eks-anywhere-curated-packages-bundle-updates
23+
```
24+
* Protocol - *Email*
25+
* Endpoint - *Your preferred email address*
26+
* Choose *Create Subscription*
27+
* In few minutes, you will receive an email asking you to confirm the subscription
28+
* Click the confirmation link in the email

0 commit comments

Comments
 (0)