Difference between revisions of "Aws eks list-clusters"

From wikieduonline
Jump to navigation Jump to search
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
<code>aws eks list-clusters</code> [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/list-clusters.html doc]
 +
[[aws eks]] list-clusters --output text
 +
[[aws eks list-clusters –query clusters –output text]]
 +
aws eks list-clusters --output text | awk '{print $2}'
 +
[[aws eks list-clusters --help]]
 +
 +
[[aws eks]] list-clusters
 +
{
 +
    "clusters": []
 +
}
 +
 +
[[aws eks]] list-clusters --output text
 +
CLUSTERS [[education-eks]]-LZIQaXXX
 +
 +
== Errors ==
 +
aws eks list-clusters --output text
 +
 +
[[An error occurred (AccessDeniedException)]] when calling the [[ListClusters]] operation: User:
 +
arn:aws:iam::1234567890:user/myuser is not authorized to perform: [[eks:ListClusters]] on resource: arn:aws:eks:us-east- 1:1234567890:cluster/*
  
 
== Related terms ==
 
== Related terms ==
 +
* <code>[[eksctl get cluster --all-regions]]</code>
 
* <code>[[aws list all]]</code>
 
* <code>[[aws list all]]</code>
 
* <code>[[aws ecs list-clusters]] | grep arn</code>
 
* <code>[[aws ecs list-clusters]] | grep arn</code>
 +
* <code>[[aws eks list-addons]]</code>
 +
* <code>[[aws eks update-kubeconfig --name my-eks-cluster-name]]</code>
 +
* <code>[[gcloud container clusters list]]</code>
 +
* <code>[[aws eks describe-cluster]]</code>
 +
* <code>[[aws eks get-token --cluster-name]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 14:56, 28 July 2024

aws eks list-clusters doc

aws eks list-clusters --output text
aws eks list-clusters –query clusters –output text
aws eks list-clusters --output text | awk '{print $2}'
aws eks list-clusters --help
aws eks list-clusters
{
    "clusters": []
}
aws eks list-clusters --output text
CLUSTERS	education-eks-LZIQaXXX

Errors[edit]

aws eks list-clusters --output text

An error occurred (AccessDeniedException) when calling the ListClusters operation: User: 
arn:aws:iam::1234567890:user/myuser is not authorized to perform: eks:ListClusters on resource: arn:aws:eks:us-east- 1:1234567890:cluster/*

Related terms[edit]

See also[edit]

Advertising: