gpt4 book ai didi

aws-cloudformation - 通过 CloudFormation 部署的 AWS Elasticsearch 域。如何在不更换的情况下更新ES版本?

转载 作者:行者123 更新时间:2023-12-04 22:39:30 25 4
gpt4 key购买 nike

我们有一个通过运行 ES 6.3 版本的 CloudFormation 创建的 AWS Elasticsearch 域。当我们更新模板中的 ElasticsearchVersion 属性时,它会将 Elasticsearch 域替换为运行新版本的新域,而不是更新现有域。

如果不进行就地升级,如何升级使用 CF 部署的 Elasticsearch 域?我几乎在想,我现在需要通过 boto3 创建和管理我的 ES 域。

任何见解或想法将不胜感激。

最佳答案

现在可以通过使用 EnableVersionUpgrade: True 设置 UpdatePolicy(截至 2019 年 11 月 25 日)实现此目的。

例如:

ElasticSearchDomain:
Type: AWS::Elasticsearch::Domain
Properties: ...
UpdatePolicy:
EnableVersionUpgrade: true

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-upgradeelasticsearchdomain

关于aws-cloudformation - 通过 CloudFormation 部署的 AWS Elasticsearch 域。如何在不更换的情况下更新ES版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54959115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com