Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 250 Bytes

File metadata and controls

16 lines (11 loc) · 250 Bytes

To list your available clusters

This example command lists all of your available clusters in your default region.

Command:

aws eks list-clusters

Output:

{
    "clusters": [
        "devel",
        "prod"
    ]
}