diff --git a/website/content/docs/overview/what-is-boundary.mdx b/website/content/docs/overview/what-is-boundary.mdx index 24d6a8ef5f..f7a294866a 100644 --- a/website/content/docs/overview/what-is-boundary.mdx +++ b/website/content/docs/overview/what-is-boundary.mdx @@ -13,7 +13,7 @@ With Boundary you can: - Provide just-in-time network access to private resources - Enable passwordless access with dynamic credentials via [HashiCorp Vault](https://www.vaultproject.io/) - Automate discovery of new target systems -- Record and manage privilege sessions +- Record and manage privileged sessions - Standardize your team's access workflow with a consistent experience for any type of infrastructure across any provider Get started [here](/boundary/tutorials) @@ -42,13 +42,14 @@ The core Boundary workflow consists of four stages: ## Which edition of Boundary is right for me? -- **HCP Boundary**: a managed offering of Boundary with commercial-only use-cases features. Boundary's control plane is hosted by HashiCorp and customers have the option of running private workers within their environment. -- **Boundary OSS**: an open source, self-managed version of Boundary. +- **HCP Boundary**: a managed offering of Boundary with commercial-only use-cases and features. Boundary's control plane is hosted by HashiCorp and customers have the option of running private workers within their environment. - **Boundary Enterprise**: a self-managed offering of Boundary with full feature parity to HCP Boundary. +- **Boundary OSS**: an open source, self-managed version of Boundary. + If you're not sure which edition is right for you, we recommend [**HCP Boundary**](https://developer.hashicorp.com/boundary/tutorials/hcp-getting-started) because it eliminates deployment operations. -Regardless of which server edition of Boundary you are hosting, all editions use the same Desktop and CLI clients, which you can download [here](https://developer.hashicorp.com/boundary/downloads). +Regardless of which server edition of Boundary you are using, all editions use the same Desktop and CLI clients, which you can download [here](https://developer.hashicorp.com/boundary/downloads). ## Getting Started