cloud
Glossary ↗Single-Tenant Deployment
A single-tenant deployment gives one customer a dedicated instance of the software — its own application servers, its own database, often its own cloud account or region — rather than a shared instance that separates customers logically inside one system. It is the answer vendors reach for when a large buyer's security or regulatory review will not accept shared infrastructure, and it appears on price lists under names like dedicated instance, private cloud, or single-tenant edition. What a buyer actually gets is worth separating from what the phrase implies. Genuine benefits: a blast radius limited to your own instance, the ability to pin a version and control when upgrades happen, per-customer encryption keys and network isolation that are hard to offer in a shared system, and residency guarantees that follow from the instance simply living in one region. What it does not automatically give you is better security. A dedicated instance running the same code with the same defaults has the same application vulnerabilities; isolation helps with noisy neighbours and cross-tenant data leakage, not with an authentication flaw. The costs are real and often understated in the sales conversation. Single-tenant instances cost more because the vendor loses the efficiency of shared capacity, and that shows up as a floor price rather than a marginal one. Patches and features usually reach dedicated instances later than the shared product, because each upgrade is a scheduled operation rather than a single deploy, which means the version-pinning benefit and the slower-security-patching cost are the same property viewed from two directions. Support and incident response can also be slower, since the environment is not the one the vendor's engineers see every day. Ask specifically about upgrade cadence, patch service levels, and whether observability and admin tooling are at parity with the shared product.
Related terms