Created
June 4, 2020 07:00
-
-
Save velotiotech/e62030cf661c9364d8b20b62e7f5080b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cluster": { | |
"status": "CREATING", | |
"name": "eks-blog-cluster", | |
"certificateAuthority": {}, | |
"roleArn": "arn:aws:iam::XXXXXXXXXXXX:role/eks-service-role", | |
"resourcesVpcConfig": { | |
"subnetIds": [ | |
"subnet-0b8da2094908e1b23", | |
"subnet-01a46af43b2c5e16c" | |
], | |
"vpcId": "vpc-0364b5ed9f85e7ce1", | |
"securityGroupIds": [ | |
"sg-03fa0c02886c183d4" | |
] | |
}, | |
"version": "1.10", | |
"arn": "arn:aws:eks:us-east-1:XXXXXXXXXXXX:cluster/eks-blog-cluster", | |
"createdAt": 1535269577.147 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment