Skip to content

AWS Marketplace

KubeOpsAI edited this page Aug 23, 2026 · 1 revision

AWS Marketplace

Pricing

Tier Price Namespaces Support
Standard $99/month Up to 3 Community
Professional $299/month Unlimited Priority email
Enterprise $499/month Unlimited Dedicated + custom sanitization rules

Billing appears on your monthly AWS invoice. Supports AWS committed spend and consolidated billing.

Subscribing

  1. Find the product on AWS Marketplace
  2. Click Subscribe and choose your tier
  3. After subscribing, your product code is visible in the AWS Marketplace Management Portal under your subscriptions
  4. Use that product code in your Helm install:
    --set config.marketplaceProductCode=<YOUR_PRODUCT_CODE>

Required IAM Permission

The EKS node role (or pod service account) must have permission to call RegisterUsage:

{
  "Effect": "Allow",
  "Action": "aws-marketplace:RegisterUsage",
  "Resource": "*"
}

Without this, the pod will exit at startup with License check failed.

How Billing Works

  • On startup, the server calls RegisterUsage to record a metering event
  • Every hour, it calls RegisterUsage again for ongoing billing
  • If metering fails 3 consecutive times, the server shuts down gracefully
  • All metering calls are made to the AWS Marketplace Metering Service over HTTPS (port 443)

Support

Clone this wiki locally