跳至內容

Alternative to the blue green deployment in Opensearch

0

Is it possible to change the ebs volume size of the instance type or even the number of nodes in my opensearch cluster withotu having to go through the blue green deployment and if so what is that way

已提問 1 年前檢視次數 265 次

1 個回答
0
已接受的答案

Yes, it is now possible to make certain changes to your Amazon OpenSearch Service cluster without going through a blue/green deployment. This includes updating the EBS volume size, volume type, IOPS, throughput, and in some cases, the number of data nodes.

For EBS volume changes: You can now update the cluster volume size, volume type, IOPS, and throughput without requiring a blue/green deployment. This feature is available for OpenSearch Service domains with current generation instances and when the volume size per data node is within 3 TiB. However, decreasing storage volume size or making storage volume changes within short intervals will still require a blue/green deployment.

For data node count changes: Amazon OpenSearch Service now allows you to update the number of data nodes without a blue/green deployment in two scenarios:

  1. For clusters with dedicated cluster manager (master) nodes
  2. For clusters without dedicated cluster manager nodes, running any OpenSearch version or Elasticsearch versions 7.1 and above

It's important to note that if you modify both the data node instance type and count simultaneously, OpenSearch Service will still use a blue/green deployment.

These updates allow for faster changes with minimal disruption to your cluster operations and online traffic. You can use the dry-run option to check whether your specific change requires a blue/green deployment.

These improvements make it easier to manage your OpenSearch clusters and adapt to changing requirements without the need for extensive planning during low-traffic periods, as was previously recommended for blue/green deployments.
Sources
Amazon OpenSearch Service now lets you update cluster volume without blue/green
Amazon OpenSearch Service now lets you update node count without blue/green
Community | AWS open source newsletter, #189
Community | AWS open source newsletter, #195

已回答 1 年前

專家

已審閱 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。