diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 78d6a9346..df4f06d50 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -9,6 +9,7 @@ * xref:get-started:cluster-types/index.adoc[Deploy] ** xref:get-started:cluster-types/serverless.adoc[Serverless] ** xref:get-started:cluster-types/byoc/index.adoc[BYOC] +*** xref:get-started:cluster-types/byoc/size-byoc-cluster.adoc[] *** xref:get-started:cluster-types/byoc/aws/index.adoc[AWS] **** xref:get-started:cluster-types/byoc/aws/create-byoc-cluster-aws.adoc[] **** xref:get-started:cluster-types/byoc/aws/vpc-byo-aws.adoc[] @@ -416,6 +417,7 @@ ** xref:manage:cluster-maintenance/index.adoc[Cluster Maintenance] *** xref:manage:cluster-maintenance/cluster-state.adoc[] *** xref:manage:maintenance.adoc[] +*** xref:manage:cluster-maintenance/scale-cluster.adoc[] *** xref:manage:cluster-maintenance/config-cluster.adoc[] *** xref:manage:audit-logging.adoc[] **** xref:manage:audit-logging/audit-log-samples.adoc[] diff --git a/modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adoc b/modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adoc index adf9ab19e..605370917 100644 --- a/modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adoc +++ b/modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adoc @@ -4,7 +4,7 @@ To create a Redpanda cluster in your virtual private cloud (VPC), follow the instructions in the Redpanda Cloud UI. The UI contains the parameters necessary to successfully run `rpk cloud byoc apply`. See also: xref:get-started:byoc-arch.adoc[BYOC architecture]. -NOTE: With standard BYOC clusters, Redpanda manages security policies and resources for your VPC, including subnetworks, service accounts, IAM roles, firewall rules, and storage buckets. For the highest level of security, you can manage these resources yourself with a xref:./vpc-byo-aws.adoc[BYOVPC cluster on AWS]. +NOTE: With standard BYOC clusters, Redpanda manages security policies and resources for your VPC, including subnetworks, service accounts, IAM roles, firewall rules, and storage buckets. For the highest level of security, you can manage these resources yourself with a xref:get-started:cluster-types/byoc/aws/vpc-byo-aws.adoc[BYOVPC cluster on AWS]. == Prerequisites @@ -26,7 +26,7 @@ To verify access, you should be able to successfully run `aws sts get-caller-ide . Log in to https://cloud.redpanda.com[Redpanda Cloud^]. . On the Clusters page, click *Create cluster*, then click *Create* for BYOC. -. Enter a cluster name, then select the resource group, provider (AWS), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability, and Redpanda version. +. Enter a cluster name, then select the resource group, provider (AWS), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability, and Redpanda version. If your organization uses usage-based billing, you can describe your workload to get recommended configurations and price estimates instead of selecting a tier directly. See xref:get-started:cluster-types/byoc/size-byoc-cluster.adoc[Size and price a BYOC cluster]. + [NOTE] ==== diff --git a/modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc b/modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc index d229b5055..e33bca7c0 100644 --- a/modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc +++ b/modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc @@ -150,7 +150,7 @@ To create a Redpanda cluster in your Azure VNet, follow the <