Skip to content

Commit

Permalink
Update cluster-endpoint.adoc
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
renierwoo authored and geoffcline committed Jan 13, 2025
1 parent 034a9e4 commit 6fe4b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latest/ug/clusters/cluster-endpoint.adoc
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Learn how to enable private access and limit public access to the Amazon EKS clu

This topic helps you to enable private access for your Amazon EKS cluster's [.noloc]`Kubernetes` API server endpoint and limit, or completely disable, public access from the internet.

When you create a new cluster, Amazon EKS creates an endpoint for the managed [.noloc]`Kubernetes` API server that you use to communicate with your cluster (using [.noloc]`Kubernetes` management tools such as `kubectl`). By default, this API server endpoint is public to the internet, and access to the API server is secured using a combination of {aws} Identity and Access Management (IAM) and native [.noloc]`Kubernetes` https://kubernetes.io/docs/reference/access-authn-authz/rbac/[Role Based Access Control] (RBAC). This endpoint is known as the _cluster public endpoint_. Also there is a _cluster private endpoint_. For more information about the cluster private endpoint, see the folowing section <<cluster-endpoint-private>>.
When you create a new cluster, Amazon EKS creates an endpoint for the managed [.noloc]`Kubernetes` API server that you use to communicate with your cluster (using [.noloc]`Kubernetes` management tools such as `kubectl`). By default, this API server endpoint is public to the internet, and access to the API server is secured using a combination of {aws} Identity and Access Management (IAM) and native [.noloc]`Kubernetes` https://kubernetes.io/docs/reference/access-authn-authz/rbac/[Role Based Access Control] (RBAC). This endpoint is known as the _cluster public endpoint_. Also there is a _cluster private endpoint_. For more information about the cluster private endpoint, see the following section <<cluster-endpoint-private>>.

[[cluster-endpoint-ipv6,cluster-endpoint-ipv6.title]]
== `IPv6` cluster endpoint format
@@ -253,4 +253,4 @@ When you configure `kubectl` for your bastion host, be sure to use {aws} credent
When you configure `kubectl` for your {aws} Cloud9 IDE, be sure to use {aws} credentials that are already mapped to your cluster's RBAC configuration, or add the IAM principal that your IDE will use to the RBAC configuration before you remove endpoint public access. For more information, see <<grant-k8s-access>> and <<unauthorized>>.


📝 https://github.com/search?q=repo:awsdocs/amazon-eks-user-guide+&#91;&#91;cluster-endpoint,&type=code[Edit this page on GitHub]
📝 https://github.com/search?q=repo:awsdocs/amazon-eks-user-guide+&#91;&#91;cluster-endpoint,&type=code[Edit this page on GitHub]

0 comments on commit 6fe4b06

Please sign in to comment.