quickstart-amazon-eks-cluster-resource-provider
quickstart-amazon-eks-cluster-resource-provider copied to clipboard
AWSQS::EKS::Cluster vs AWS::EKS::Cluster
Hi, I'm trying to understand what's AWS EKS team strategy wrt to maintaining two solutions, namely AWS::EKS::Cluster
and AWSQS::EKS::Cluster
(this repo).
Is it, currently, the only difference that the AWSQS version provides only 2 missing features, namely KubernetesApiAccess
and EnabledClusterLoggingTypes
?
If that's the case, wouldn't be a better investment to add the missing functionality to AWS::EKS::Cluster and deprecate this repository?