From local machine, we can apply Kubernetes YAML files to AWS EKS using AWS CLI + aws-iam-authenticator + kubectl. How to do it in Ansible Tower / AWX?
Understand that there are a few Ansible modules available but none seems to be able to apply Kubernetes YAML to EKS.
- k8s doesn't seem to support EKS at the moment.
- aws_eks_cluster only allows user to manage EKS cluster (e.g. create, remove).