Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created July 13, 2018 12:57
Show Gist options
  • Save voronenko-p/ecbcf4ac3abaaa45088330c3151a32ce to your computer and use it in GitHub Desktop.
Save voronenko-p/ecbcf4ac3abaaa45088330c3151a32ce to your computer and use it in GitHub Desktop.
aws eks describe-cluster --name test-cluster
{
"cluster": {
"status": "ACTIVE",
"endpoint": "https://1F3D31820046A120545D3A2FC1422C04.sk1.us-east-1.eks.amazonaws.com",
"name": "test-cluster",
"certificateAuthority": {
"data": "CENSORED"
},
"roleArn": "arn:aws:iam::CENSORED:role/EKSClusterRole",
"resourcesVpcConfig": {
"subnetIds": [
"subnet-065058abfee2adfca",
"subnet-0eb04ec6e3f359b5c",
"subnet-0fd73ea9b4a7dab35",
"subnet-0ca730350e571154b"
],
"vpcId": "vpc-0daf88b515eac80ab",
"securityGroupIds": [
"sg-09de76fce3a132c15"
]
},
"version": "1.10",
"arn": "arn:aws:eks:us-east-1:CENSORED:cluster/test-cluster",
"createdAt": 1530892117.396
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment