【问题标题】:AWS Elasticsearch enable "HTTPS for all traffic" via CloudFormationAWS Elasticsearch 通过 CloudFormation 启用“所有流量的 HTTPS”
【发布时间】:2019-12-20 19:19:56
【问题描述】:

AWS Elasticsearch 支持以下加密选项: * 到域的所有流量都需要 HTTPS

但 CloudFormation 资源中没有可用选项: * https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html

您知道是否有任何方法可以使用 CloudFormation 进行设置吗?

【问题讨论】:

    标签: amazon-cloudformation aws-elasticsearch


    【解决方案1】:

    由于最近发布的功能,它在 CloudFormation 或 Terraform 中尚不可用,但可以在配置域后通过 CLI 完成:

    aws es update-elasticsearch-domain-config --domain-name <name> \
      --domain-endpoint-options EnforceHTTPS=true,TLSSecurityPolicy=Policy-Min-TLS-1-2-2019-07
    

    【讨论】:

      【解决方案2】:
      猜你喜欢
      • 2021-12-11
      • 2021-12-28
      • 1970-01-01
      • 2016-02-21
      • 2016-09-26
      • 1970-01-01
      • 1970-01-01
      • 2017-06-01
      • 1970-01-01
      相关资源
      最近更新 更多