For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create CPPO Offers for Archera Subscription

Create Channel Partner Private Offers (CPPO) for Archera’s existing AWS Marketplace subscription listing

This guide provides instructions on how to extend Archera’s Channel Partner Private Offer (CPPO) to your customers through AWS Marketplace.

​What is Channel Partner Private Offer (CPPO)?

The Channel Partner Private Offer (CPPO) is a mechanism that allows our channel partners to extend our GRI offers to their customers directly through AWS Marketplace. The marketplace safely handles all of the billing and rev-sharing responsibilities between the customer, the partner, and Archera.

​Requirements for Archera to Extend the CPPO

First, ensure that you are registered as an AWS Marketplace seller so that we can extend a CPPO to your team.

Once you are listed as a reseller, we can extend the CPPO to your organization - it’s simple as that! Reach out to partnersupport@archera.ai or in the shared Slack workspace to receive our CPPO.

You can verify Archera’s CPPO was extended here:

​Creating Private Offers from the CPPO to Send to Customers

Once you are listed as a reseller and we have extended the CPPO to you, follow these steps:

​Step 1: Create Private Offer

Navigate to AWS Marketplace Management Portal > Offers > Create offerSelect the following:

  • Select ISV: Reserved AI

  • Select product: Archera - Subscription

  • Select opportunity: Archera-[Partner]-Subscription-2024

  • Buyer(s): Enter comma separated buyer account IDs

​Step 2: Configure Offer Information

On the offer information page:

  • Offer name: Enter a descriptive name (e.g., “Archera - Subscription”)

  • Product: Archera - Subscription (pre-filled)

  • Resale authorization name: Archera-[Partner]-Subscription-2024 (pre-filled)

  • Buyer account ID(s): Verify customer account IDs

​Step 3: Set Pricing and Usage Dimensions

The usage dimension shown will be Guaranteed Reserved Instance Premiums.

Higher tier markups (Silver and Gold) are available based on revenue milestones. Contact partnersupport@archera.ai to discuss tier upgrades.

​Step 4: Set Usage Duration and Offer Expiration

Usage duration:

  • Set the end date 10 years in the future (e.g., if today is 2025/03/05, set to 2035/03/05)

  • This sets the subscription term to 10 years to avoid renewal requirements

Offer expiration date:

  • Set when this specific offer expires (when the customer can no longer accept it)

  • This is typically much shorter than the usage duration (e.g., 30-90 days)

Review all details and click Review offer to finalize.

​Programmatic CPPO Creation

You can also create CPPOs programmatically using the AWS Marketplace Catalog API. This is useful for automating offer creation at scale.

​Prerequisites

Configure AWS credentials with marketplace permissions:


​Step 1: Create Draft CPPO Offer

Save: offer_id for next steps


​Step 2: Set Pricing Markup

Higher tier markups (Silver and Gold) are available based on revenue milestones. Contact partnersupport@archera.ai to discuss tier upgrades.


​Step 3: Set Usage Duration

Note: Duration uses ISO 8601 format (e.g., P3650D = 3650 days = ~10 years)


​Step 4: Add Buyer Accounts and Publish


​Complete Reference

For more examples and advanced scenarios, see the AWS Marketplace reference code on GitHub.

If you’d like help implementing programmatic CPPO creation, reach out to partnersupport@archera.ai or in the shared Slack workspace.

​Important Notes

  • Ensure that you have the necessary permissions to access and manage private offers

  • Double-check that you are selecting the correct offer related to Archera products/services

  • Contact partnersupport@archera.ai if you need assistance with CPPO setup

Last updated

Was this helpful?