Managing static file deployment on aws asg cluster

I’m wondering what alternatives there might be for deploying static files to nodes on an ES ASG cluster in AWS. At the moment , we’re using CodeDeploy. Are there any other turnkey solutions? Anything built in to the ES cluster I should be aware of, that might handle file deployment via api call and sync amongst nodes?

A simpler question may be: in any Elasticsearch cluster, how do you normally manage the deployment of configurations files for synonyms and keepwords?

What's ASG?

Autoscaling group. It’s a service that helps manage a cluster of EC2 instances/nodes. We just have it fixed at 3 nodes.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.