AWS - EKS
Given this AWS CLI output after creating an EKS cluster, what is the cluster status?
{
"cluster": {
"name": "my-cluster",
"status": "ACTIVE",
"endpoint": "https://1234567890.gr7.eks.amazonaws.com"
}
}