I was wondering what is the go-to way for automated deployment of Virtuoso clusters with easy rescaling and monitoring.
This post suggests using Amazon EKS:
This would be a BYOL cluster deployment. Could the Virtuoso Elastic Cluster be deployed using EKS (or equivalent)? Would it be able to leverage the scaling facilities of Kubernetes?
Looking at the AWS offering (AWS Marketplace: Virtuoso 8.3.3319 (PAGO Edition) for RedHat Linux 7.x) an another possibility might be to use AWS Cloudformation with instances defined in an AutoScalingGroup to deploy and scale clusters using the martkeplace AMI. This would lead to a PAGO deployment. Is that a feasible solution?
Am I missing something here?