Skip to content

Commit 00f2c88

Browse files
committed
tried to fix build errors for Provisioned Control Plane
1 parent 4b06693 commit 00f2c88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

latest/ug/clusters/eks-provisioned-control-plane-introduction.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,12 @@ implement your own autoscaling solution by monitoring tier utilization
249249
metrics and using the EKS Provisioned Control Plane APIs to scale up or
250250
down when these metrics cross thresholds you define, giving you full
251251
control over your scaling strategy and cost optimization.
252-
* *Viewing current tier* – You can use the Amazon EKS console, AWS CLI,
253-
or API to view the current control plane scaling tier. In the AWS CLI,
252+
* *Viewing current tier* – You can use the Amazon EKS console, Amazon Web Services CLI,
253+
or API to view the current control plane scaling tier. In the CLI,
254254
you can run the `describe-cluster` command:
255255
`aws eks describe-cluster --name ++<++cluster-name++>++`
256256
* *Tier transition time* – You can use the Amazon EKS console, Amazon
257-
EKS APIs, or AWS CLI to exit or move between scaling tiers. Amazon EKS
257+
EKS APIs, or CLI to exit or move between scaling tiers. Amazon EKS
258258
has introduced a new cluster update type called
259259
`ScalingTierConfigUpdate`, which you can inspect to monitor the progress
260260
of the transition. After you execute a tier change command, you can list
@@ -271,8 +271,8 @@ the control plane tier utilization metrics at peak load, and use these
271271
observations as the guiding factor to select the appropriate tier for
272272
provisioning capacity.
273273
* *Provisioned Control Plane pricing* – You will be billed at the hourly rate for the Provisioned Control Plane scaling tier your cluster is on. This is in addition to the standard or extended support hourly charges. See Amazon EKS Pricing https://aws.amazon.com/eks/pricing/[page] for details.
274-
* *Larger scaling tier* – If you intend to run your cluster on scaling tier larger than 4XL, contact your AWS account team for additional pricing information.
275-
* *Kuberentes version and region support* – EKS Provisioned Control Plane is supported in all AWS commercial, GovCloud, and China regions. Provisioned Control Plane works on EKS v1.28 and higher.
274+
* *Larger scaling tier* – If you intend to run your cluster on scaling tier larger than 4XL, contact your Amazon Web Services account team for additional pricing information.
275+
* *Kuberentes version and region support* – EKS Provisioned Control Plane is supported in all Amazon Web Services commercial, GovCloud, and China regions. Provisioned Control Plane works on EKS v1.28 and higher.
276276

277277

278278

0 commit comments

Comments
 (0)