diff --git a/docs/content/latest/yugabyte-cloud/cloud-basics/create-clusters.md b/docs/content/latest/yugabyte-cloud/cloud-basics/create-clusters.md index a65a1ea10997..969cb6f7cd57 100644 --- a/docs/content/latest/yugabyte-cloud/cloud-basics/create-clusters.md +++ b/docs/content/latest/yugabyte-cloud/cloud-basics/create-clusters.md @@ -24,7 +24,7 @@ To create a cluster, on the **Clusters** page, click **Add Cluster** to start th Before creating a cluster, create a billing profile and add a payment method. Refer to [Manage your billing profile and payment method](../../cloud-admin/cloud-billing-profile/). You don't need a billing profile to create your free cluster. -If you want to use dedicated VPCs for network isolation and security, you must set up VPC Peering for the cloud provider before you create your cluster. Yugabyte Cloud supports AWC and GCP for peering. Refer to [VPC networking](../../cloud-vpcs/). +If you want to use dedicated VPCs for network isolation and security, you need to create the VPC before you create your cluster. Yugabyte Cloud supports AWC and GCP for peering. Refer to [VPC networking](../../cloud-vpcs/). {{< /note >}} @@ -76,14 +76,14 @@ If you are creating a **Paid** cluster, set the following additional options: - **Node Level** - a minimum of 3 nodes deployed in a single availability zone with a [replication factor](../../../architecture/docdb-replication/replication/) (RF) of 3. YugabyteDB can continue to do reads and writes even in case of a node failure, but this configuration is not resilient to cloud availability zone outages. For horizontal scaling, you can scale nodes in increments of 1. - **Availability Zone Level** - a minimum of 3 nodes spread across multiple availability zones with a RF of 3. YugabyteDB can continue to do reads and writes even in case of a cloud availability zone failure. This configuration provides the maximum protection for a data center failure. Recommended for production deployments. For horizontal scaling, nodes are scaled in increments of 3. -- **Network Access**: If you want to use a VPC for network isolation and security, select **Deploy this cluster in a dedicated VPC**, then select the VPC. Only VPCs using the selected cloud provider are listed. The VPC must be created before deploying the cluster. Refer to [VPC networking](../../cloud-vpcs/). - - **Cluster Configuration**: - Nodes - enter the number of nodes for the cluster. Node and Availability zone level clusters have a minimum of 3 nodes; Availability zone level clusters increment by 3. - vCPU/Node - enter the number of virtual CPUs per node. - Disk size/Node - enter the disk size per node in GB. +- **Network Access**: If you want to use a VPC for network isolation and security, select **Deploy this cluster in a dedicated VPC**, then select the VPC. Only VPCs using the selected cloud provider are listed. The VPC must be created before deploying the cluster. Refer to [VPC networking](../../cloud-vpcs/). + The cluster costs are estimated automatically under **Cost**. **+ Usage** refers to any potential overages from exceeding the free allowances for disk storage, backup storage, and data transfer. For information on how clusters are costed, refer to [Cluster costs](../../cloud-admin/cloud-billing-costs/). Paid clusters support both horizontal and vertical scaling; you can change the cluster configuration after the cluster is created using the **Edit Configuration** settings. Refer to [Configure clusters](../../cloud-clusters/configure-clusters#infrastructure). diff --git a/docs/content/latest/yugabyte-cloud/release-notes.md b/docs/content/latest/yugabyte-cloud/release-notes.md index d0878519f75b..1cd6822e43f5 100644 --- a/docs/content/latest/yugabyte-cloud/release-notes.md +++ b/docs/content/latest/yugabyte-cloud/release-notes.md @@ -15,6 +15,13 @@ showAsideToc: true ## Releases +### December 16, 2021 + +#### New features + +- Self service Virtual Private Cloud (VPC) networking. Use VPC networks to lower network latencies and make your application and database infrastructure more secure. Create VPCs in AWS or GCP and peer them with application VPCs in the same cloud provider. VPC networking is managed on the **VPC Network** tab of the **Network Access** page. +- Ability to enable pre-bundled extensions using the `CREATE EXTENSION` command. YugabyteDB includes [pre-bundled PostgreSQL extensions](../../explore/ysql-language-features/extensions/) that are tested to work with YSQL. Admin users now have additional permissions to allow them to enable these extensions in databases. (If you need to install a database extension that is not pre-bundled, contact [Yugabyte Support](https://support.yugabyte.com/hc/en-us/requests/new?ticket_form_id=360003113431).) + ### December 2, 2021 #### New features @@ -110,13 +117,13 @@ The following **AWS regions** are available: - **Tables** - In some instances in free clusters, the **Tables** tab will show all tables with a size of 0B. - **Clusters** - No support for scaling vCPUs on single node clusters. - **Metrics** - The **View Full Screen** option in charts on the cluster **Overview** and **Performance Metrics** pages does not work in some versions of Safari 14.0 (Big Sur). -- **PostgreSQL Extensions** - For security reasons, the admin account used for the YugabyteDB database is not the super user. As a result, the admin account cannot install extensions, or enable extensions using the `CREATE EXTENSION` command. Support for installing and enabling extensions is planned. In the meantime, if you need database extensions added to a cluster, contact [Yugabyte Support](https://support.yugabyte.com/hc/en-us/requests/new?ticket_form_id=360003113431) with the names of the cluster and extension, or reach out on Slack. +- **Installing PostgreSQL Extensions** - For security reasons, the admin account used for the YugabyteDB database is not a super user. As a result, you cannot install extensions. If you need a database extension that is not [pre-bundled](../../explore/ysql-language-features/extensions/) with YugabyteDB added to a cluster, contact [Yugabyte Support](https://support.yugabyte.com/hc/en-us/requests/new?ticket_form_id=360003113431) with the names of the cluster and extension, or reach out on Slack. ### Known issues in cloud shell - At this time, we recommend running only a single cloud shell session. Running more than one session may produce unexpected results. - If the cloud shell stops responding, close the browser tab and restart the cloud shell. -- Cloud shell is unavailable for clusters with VPC peering +- Cloud shell is unavailable for clusters in a VPC. - Cloud shell is unavailable during any edit and backup/restore operations. Wait until the operations are complete before you launch the shell. - No support for keyboard shortcuts on Windows. Use the shortcut menu. - No support for keyboard shortcuts in Firefox. Use the shortcut menu. diff --git a/docs/static/images/yb-cloud/cloud-addcluster-paid2.png b/docs/static/images/yb-cloud/cloud-addcluster-paid2.png index 576eb7954cac..c1d44eda6103 100644 Binary files a/docs/static/images/yb-cloud/cloud-addcluster-paid2.png and b/docs/static/images/yb-cloud/cloud-addcluster-paid2.png differ