From a3c9f4b27b08b4beb819a53a5f7a8b4d7fb8ae4d Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Wed, 17 Jun 2026 14:22:14 +1000 Subject: [PATCH 1/2] explicitly state AWS Marketplace in ugprade guide --- docs/guides/operator-guide-aws-marketplace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/operator-guide-aws-marketplace.md b/docs/guides/operator-guide-aws-marketplace.md index fb653c115..ca633cb4b 100644 --- a/docs/guides/operator-guide-aws-marketplace.md +++ b/docs/guides/operator-guide-aws-marketplace.md @@ -268,7 +268,7 @@ For each operator version update, each Private Operator receives an email notifi Here's what you need to know about upgrading: - Information on the availability of new versions is provided on the [Unified ID 2.0 Operator on AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-wdbccsarov5la) page. -- To upgrade your UID2 Operators, create a new CloudFormation stack. For details, see [Deployment](#deployment). +- To upgrade your UID2 Operators, create a new CloudFormation stack from the AWS Marketplace. For details, see [Deployment](#deployment). :::tip For a smooth transition, create the new stack first. After the new stack is bootstrapped and ready to serve, delete the old stack. If you are using a load balancer, first get the new instances up and running and then convert the DNS name from the previous one to the new one. From 938bb4ecf25d86682b0dd653280572c4704caed3 Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Wed, 17 Jun 2026 15:45:50 +1000 Subject: [PATCH 2/2] add hyperlink --- docs/guides/operator-guide-aws-marketplace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/operator-guide-aws-marketplace.md b/docs/guides/operator-guide-aws-marketplace.md index ca633cb4b..739ac4123 100644 --- a/docs/guides/operator-guide-aws-marketplace.md +++ b/docs/guides/operator-guide-aws-marketplace.md @@ -268,7 +268,7 @@ For each operator version update, each Private Operator receives an email notifi Here's what you need to know about upgrading: - Information on the availability of new versions is provided on the [Unified ID 2.0 Operator on AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-wdbccsarov5la) page. -- To upgrade your UID2 Operators, create a new CloudFormation stack from the AWS Marketplace. For details, see [Deployment](#deployment). +- To upgrade your UID2 Operators, launch a new instance from the [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-wdbccsarov5la). For details, see [Deployment](#deployment). :::tip For a smooth transition, create the new stack first. After the new stack is bootstrapped and ready to serve, delete the old stack. If you are using a load balancer, first get the new instances up and running and then convert the DNS name from the previous one to the new one.