我不知道如何使用 Cloud Custodian 在 AWS 中标记快照...
文档中的示例是:
resource: ec2
actions:
- type: snapshot
tags:
CloudCustodian: true
但这不起作用;没有任何东西被标记。我尝试了其他一些东西,但没有运气......
我不知道如何使用 Cloud Custodian 在 AWS 中标记快照...
文档中的示例是:
resource: ec2
actions:
- type: snapshot
tags:
CloudCustodian: true
但这不起作用;没有任何东西被标记。我尝试了其他一些东西,但没有运气......
我认为问题在于您的操作不准确。
尝试:
actions:
- type: tag
tags:
CloudCustodian: true
此处的文档列出了标签操作的正确类型:https ://cloudcustodian.io/docs/aws/resources/aws-common-actions.html#aws-common-actions-tag