I deployed a cluster of Kubernetes on AWS through the use of Kops. Like all those who have used Kops know, Kops places constraints in building a Kubernetes on AWS infrastructure (for example, when it goes to perform a multi-master installation what it does is create in each AZ of a region an AWS autoscaling group with a single instance EC2).
My question is: is it possible to change the way in which it carries out the deployment?
Specifically, I would like a deployment with 3 Masters in each AZ, so that the number of Masters is 9.
Suggestions? Thank you.