Why does my Amazon OpenSearch Service cluster have more nodes than I originally provisioned?

1 minute read
0

In the Monitoring tab of the Amazon OpenSearch Service console, a cluster appears to have twice the number of nodes than originally provisioned. Why is this happening?

Resolution

Amazon OpenSearch Service uses blue/green deployments to make most cluster configuration changes. During this process, OpenSearch Service provisions a new cluster with the specified number of nodes, copying the entire dataset over from the existing cluster. When the data migration is complete, OpenSearch Service terminates the existing cluster, and the number of nodes returns to normal.

In most cases, the following changes don't trigger a blue/green deployment:

  • Access policies
  • Automated snapshot hour
  • Enabling auto-tune or disabling auto-tune without rolling back changes
  • If your domain has dedicated master nodes, changing the data node or UltraWarm node count

For more information about configuration changes and blue/green deployment, see Making configuration changes in OpenSearch Service.


Related information

Creating and managing Amazon OpenSearch Service domains

AWS OFFICIAL
AWS OFFICIALUpdated 3 years ago