diff --git a/en/deploy-cluster-on-arm64.md b/en/deploy-cluster-on-arm64.md index e06a262a1..e59ad6a9b 100644 --- a/en/deploy-cluster-on-arm64.md +++ b/en/deploy-cluster-on-arm64.md @@ -5,7 +5,7 @@ summary: Learn how to deploy a TiDB cluster on ARM64 machines. # Deploy a TiDB Cluster on ARM64 Machines -This document describes how to deploy a TiDB cluster on ARM64 machines. +This document describes how to deploy a TiDB cluster on ARM64 machines (including AWS Graviton instances). ## Prerequisites diff --git a/en/deploy-on-aws-eks.md b/en/deploy-on-aws-eks.md index d698a722e..ddd99255c 100644 --- a/en/deploy-on-aws-eks.md +++ b/en/deploy-on-aws-eks.md @@ -31,9 +31,9 @@ To verify whether AWS CLI is configured correctly, run the `aws configure list` ## Recommended instance types and storage - Instance types: to gain better performance, the following is recommended: - - PD nodes: `c5.xlarge` - - TiDB nodes: `c5.4xlarge` - - TiKV or TiFlash nodes: `m5.4xlarge` + - PD nodes: `c7g.xlarge` + - TiDB nodes: `c7g.4xlarge` + - TiKV or TiFlash nodes: `m7g.4xlarge` - Storage: Because AWS supports the [EBS `gp3`](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/general-purpose.html#gp3-ebs-volume-type) volume type, it is recommended to use EBS `gp3`. For `gp3` provisioning, the following is recommended: - TiKV: 400 MiB/s, 4000 IOPS - TiFlash: 625 MiB/s, 6000 IOPS @@ -105,7 +105,7 @@ nodeGroups: desiredCapacity: 1 privateNetworking: true availabilityZones: ["ap-northeast-1a"] - instanceType: c5.xlarge + instanceType: c7g.xlarge labels: dedicated: pd taints: @@ -117,7 +117,7 @@ nodeGroups: desiredCapacity: 1 privateNetworking: true availabilityZones: ["ap-northeast-1d"] - instanceType: c5.xlarge + instanceType: c7g.xlarge labels: dedicated: pd taints: @@ -129,7 +129,7 @@ nodeGroups: desiredCapacity: 1 privateNetworking: true availabilityZones: ["ap-northeast-1c"] - instanceType: c5.xlarge + instanceType: c7g.xlarge labels: dedicated: pd taints: diff --git a/zh/deploy-cluster-on-arm64.md b/zh/deploy-cluster-on-arm64.md index 5ea6ce770..893f24dbf 100644 --- a/zh/deploy-cluster-on-arm64.md +++ b/zh/deploy-cluster-on-arm64.md @@ -5,7 +5,7 @@ summary: 本文档介绍如何在 ARM64 机器上部署 TiDB 集群 # 在 ARM64 机器上部署 TiDB 集群 -本文档介绍如何在 ARM64 机器上部署 TiDB 集群。 +本文档介绍如何在 ARM64 机器(包括 AWS 的 Graviton 实例)上部署 TiDB 集群。 ## 前置条件 diff --git a/zh/deploy-on-aws-eks.md b/zh/deploy-on-aws-eks.md index 47c116af2..a5822cf6e 100644 --- a/zh/deploy-on-aws-eks.md +++ b/zh/deploy-on-aws-eks.md @@ -32,9 +32,9 @@ summary: 介绍如何在 AWS EKS (Elastic Kubernetes Service) 上部署 TiDB 集 ## 推荐机型及存储 - 推荐机型:出于性能考虑,推荐: - - PD 所在节点:`c5.xlarge` - - TiDB 所在节点:`c5.4xlarge` - - TiKV 或 TiFlash 所在节点:`m5.4xlarge` + - PD 所在节点:`c7g.xlarge` + - TiDB 所在节点:`c7g.4xlarge` + - TiKV 或 TiFlash 所在节点:`m7g.4xlarge` - 推荐存储:因为 AWS 目前已经支持 [EBS gp3](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/general-purpose.html#gp3-ebs-volume-type) 卷类型,建议使用 EBS gp3 卷类型。对于 gp3 配置,推荐: - TiKV:400 MiB/s 与 4000 IOPS - TiFlash:625 MiB/s 与 6000 IOPS @@ -106,7 +106,7 @@ nodeGroups: desiredCapacity: 1 privateNetworking: true availabilityZones: ["ap-northeast-1a"] - instanceType: c5.xlarge + instanceType: c7g.xlarge labels: dedicated: pd taints: @@ -118,7 +118,7 @@ nodeGroups: desiredCapacity: 1 privateNetworking: true availabilityZones: ["ap-northeast-1d"] - instanceType: c5.xlarge + instanceType: c7g.xlarge labels: dedicated: pd taints: @@ -130,7 +130,7 @@ nodeGroups: desiredCapacity: 1 privateNetworking: true availabilityZones: ["ap-northeast-1c"] - instanceType: c5.xlarge + instanceType: c7g.xlarge labels: dedicated: pd taints: