From 7b489a2728b7214235fba4292402298ed8637c29 Mon Sep 17 00:00:00 2001 From: Ryan Sickles Date: Wed, 30 Jul 2025 16:35:17 -0400 Subject: [PATCH 1/2] Update aws-marketplace-committed.md Added prerequisites for setting up AWS committed contracts. --- .../manage/billing/marketplace/aws-marketplace-committed.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/cloud/manage/billing/marketplace/aws-marketplace-committed.md b/docs/cloud/manage/billing/marketplace/aws-marketplace-committed.md index 4542c296787..d9dca9e59ed 100644 --- a/docs/cloud/manage/billing/marketplace/aws-marketplace-committed.md +++ b/docs/cloud/manage/billing/marketplace/aws-marketplace-committed.md @@ -20,6 +20,11 @@ Get started with ClickHouse Cloud on the [AWS Marketplace](https://aws.amazon.co ## Prerequisites {#prerequisites} - A Private Offer from ClickHouse based on specific contract terms. +- To connect a ClickHouse organization to your committed spend offer, you must be an admin of that organization. + +[Required permissions to view and accept your committed contract in AWS](https://docs.aws.amazon.com/marketplace/latest/buyerguide/private-offers-page.html#private-offers-page-permissions): +- If you use AWS managed policies it is required to have the following permissions: AWSMarketplaceRead-only, AWSMarketplaceManageSubscriptions, or AWSMarketplaceFullAccess. +- If you aren't using AWS managed policies it is required to have the following permissions: IAM action aws-marketplace:ListPrivateListings and aws-marketplace:ViewSubscriptions. ## Steps to sign up {#steps-to-sign-up} From a22c64a1382f77b96684338390147a253f05ef91 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:15:33 +0200 Subject: [PATCH 2/2] Update aws-marketplace-committed.md --- .../manage/billing/marketplace/aws-marketplace-committed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cloud/manage/billing/marketplace/aws-marketplace-committed.md b/docs/cloud/manage/billing/marketplace/aws-marketplace-committed.md index d9dca9e59ed..93112efd0ab 100644 --- a/docs/cloud/manage/billing/marketplace/aws-marketplace-committed.md +++ b/docs/cloud/manage/billing/marketplace/aws-marketplace-committed.md @@ -23,8 +23,8 @@ Get started with ClickHouse Cloud on the [AWS Marketplace](https://aws.amazon.co - To connect a ClickHouse organization to your committed spend offer, you must be an admin of that organization. [Required permissions to view and accept your committed contract in AWS](https://docs.aws.amazon.com/marketplace/latest/buyerguide/private-offers-page.html#private-offers-page-permissions): -- If you use AWS managed policies it is required to have the following permissions: AWSMarketplaceRead-only, AWSMarketplaceManageSubscriptions, or AWSMarketplaceFullAccess. -- If you aren't using AWS managed policies it is required to have the following permissions: IAM action aws-marketplace:ListPrivateListings and aws-marketplace:ViewSubscriptions. +- If you use AWS managed policies it is required to have the following permissions: `AWSMarketplaceRead-only`, `AWSMarketplaceManageSubscriptions`, or `AWSMarketplaceFullAccess`. +- If you aren't using AWS managed policies it is required to have the following permissions: IAM action `aws-marketplace:ListPrivateListings` and `aws-marketplace:ViewSubscriptions`. ## Steps to sign up {#steps-to-sign-up}