Skip to content

Dedicated Tenancy Deployment Guide

This guide shows how to configure Dedicated Tenancy for Hosted SaaS deployments.

Hosted SaaS

For Compose-based SaaS Products, set OMNISTRATE_DEDICATED_TENANCY and configure the provider account with hostedDeployment:

x-omnistrate-service-plan:
  name: 'Dedicated-Tenancy SaaS'
  tenancyType: 'OMNISTRATE_DEDICATED_TENANCY'
  deployment:
    hostedDeployment:
      awsAccountId: '<AWS_ACCOUNT_ID>'
      awsBootstrapRoleAccountArn: 'arn:aws:iam::<AWS_ACCOUNT_ID>:role/omnistrate-bootstrap-role'

For complete isolation, you can also configure one deployment per cell with maximumDeploymentsPerCell: 1. See Custom Deployment Cell Placement and Customer Networks.

What's next