-
Notifications
You must be signed in to change notification settings - Fork 716
byoc: add resource pool management doc #23471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3ae8af2
e4cac05
2d00267
f4d151d
e56e6fb
3b55402
78a6073
4dd9e10
07a2639
1640848
7352ad8
aa3905e
01fef91
846ddf2
01295fe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,35 +5,37 @@ summary: This document outlines the process for creating a TiDB Cloud BYOC insta | |||||
|
|
||||||
| # Create Your First TiDB Cloud BYOC Instance | ||||||
|
|
||||||
| After deploying your BYOC infrastructure, create your first {{{ .byoc }}} instance and configure secure administrative access. | ||||||
| After deploying your BYOC infrastructure, create a resource pool, create your first {{{ .byoc }}} instance in the resource pool, and configure secure administrative access. | ||||||
|
|
||||||
| ## Create a BYOC instance | ||||||
|
|
||||||
| You can now provision TiDB instances directly via the TiDB Cloud console. | ||||||
| You can now provision resource pools and TiDB instances directly via the TiDB Cloud console. | ||||||
|
|
||||||
| 1. Initiate instance creation. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and follow the [BYOC instance creation workflow](/tidb-cloud/byoc/create-tidb-instance-byoc.md) to create a new instance. | ||||||
| 1. Create a resource pool. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and follow the instructions in [Create a Resource Pool](/tidb-cloud/byoc/create-resource-pool-byoc.md) to create a resource pool in the target cloud provider and region. | ||||||
|
|
||||||
| 2. Select the region and specifications that match your workload requirements. | ||||||
| 2. After the resource pool becomes **Active**, follow the instructions in [Create a {{{ .byoc }}} Instance](/tidb-cloud/byoc/create-tidb-instance-byoc.md) to create a new instance in the resource pool. | ||||||
|
|
||||||
| * Initial Setup Time: The creation of the **first instance** typically takes approximately **1 hour** as the system initializes the Kubernetes environment. | ||||||
| * Subsequent instances: Creating additional instances in the same region will only take a few minutes. | ||||||
| * Initial setup time: creating the **first resource pool** in a region might take approximately **1 hour** as the system initializes the Kubernetes environment. | ||||||
| * Subsequent instances: creating additional instances in an active resource pool usually takes only a few minutes. | ||||||
|
|
||||||
| 3. Consult with your TiDB Cloud representative to determine the appropriate Request Unit (RU) settings for your initial connectivity and functional tests. They will recommend a configuration based on your specific testing requirements. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Use the established Line 21 uses “Request Unit (RU)”. The BYOC instance guide uses “Request Capacity Units (RCUs)” for the same setting. Use the established term to avoid ambiguity during initial capacity planning. Committable replacement-3. Consult with your TiDB Cloud representative to determine the appropriate Request Unit (RU) settings for your initial connectivity and functional tests. They will recommend a configuration based on your specific testing requirements.
+3. Consult your TiDB Cloud representative to determine the appropriate Request Capacity Unit (RCU) settings for your initial connectivity and functional tests. They will recommend a configuration based on your specific testing requirements.As per path instructions, this Markdown fix uses an exact contiguous replacement and preserves the existing list structure. 📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[style] ~21-~21: This phrase is redundant. Consider writing “Consult”. (CONSULT_WITH) Source: Path instructions |
||||||
|
|
||||||
| ## Restore data from Amazon S3 to your new instance | ||||||
| ## Restore data from Amazon S3 to a new BYOC instance | ||||||
|
|
||||||
| After preparing your backup file in Amazon S3, you can proceed to restore the data to your newly created TiDB Cloud BYOC instance. | ||||||
| After preparing your backup file in Amazon S3, you can restore the data to a new {{{ .byoc }}} instance in an active resource pool. | ||||||
|
|
||||||
| 1. Configure Amazon S3 Access (AK/SK). | ||||||
|
|
||||||
| To allow TiDB Cloud to read your S3 backup, you must configure external storage access by generating an AWS Access Key ID and Secret Access Key (AK/SK) with the appropriate S3 read permissions. | ||||||
|
|
||||||
| For detailed instructions, see [Configure Amazon S3 access using an AWS Access Key](/tidb-cloud/configure-external-storage-access.md#configure-amazon-s3-access-using-an-aws-access-key). | ||||||
|
|
||||||
| 2. Execute the Restore Process. | ||||||
| 2. Execute the restore process. | ||||||
|
|
||||||
| Once the access keys are configured, you can initiate the restore job from the TiDB Cloud console. | ||||||
|
|
||||||
| During restore, select an active resource pool in the target cloud provider and region. | ||||||
|
|
||||||
| For step-by-step restoration procedures, see [Restore backups from cloud storage](/tidb-cloud/premium/backup-and-restore-premium.md#restore-backups-from-cloud-storage). | ||||||
|
|
||||||
| ## Configure secure administrative access | ||||||
|
|
@@ -49,4 +51,4 @@ For deployment and verification steps, see [Configure a Bastion Host for {{{ .by | |||||
|
|
||||||
| ## What's next | ||||||
|
|
||||||
| After you create your first {{{ .byoc }}} instance and configure secure administrative access, continue with [TiDB Cloud BYOC Joint Validation](/tidb-cloud/byoc/joint-validation.md) to validate connectivity, observability, security, and alerting. | ||||||
| After you create your first resource pool and {{{ .byoc }}} instance and configure secure administrative access, continue with [TiDB Cloud BYOC Joint Validation](/tidb-cloud/byoc/joint-validation.md) to validate connectivity, observability, security, and alerting. | ||||||
Uh oh!
There was an error while loading. Please reload this page.