【问题标题】:How to enable slow log of AWS ElastiCache with terraform如何使用 terraform 启用 AWS ElastiCache 的慢速日志
【发布时间】:2021-11-16 12:02:22
【问题描述】:

我可以使用 Teraform 启用 AWS ElastiCache 的慢速日志吗?

检查了下面的页面,但参数不存在。 https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster

我想启用以下图像的日志记录设置。

enter image description here

【问题讨论】:

    标签: amazon-web-services terraform


    【解决方案1】:

    如果 TF 不直接支持,那么您可以使用 local-exec 运行 AWS CLI,这将为您启用日志。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-10-25
      • 2020-05-13
      • 2022-01-01
      • 2018-09-22
      • 2019-02-08
      • 2020-04-30
      • 2021-12-26
      • 2018-08-02
      相关资源
      最近更新 更多