Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services 云管理员:标记快照(AWS)_Amazon Web Services_Amazon Ec2_Cloudcustodian - Fatal编程技术网

Amazon web services 云管理员:标记快照(AWS)

Amazon web services 云管理员:标记快照(AWS),amazon-web-services,amazon-ec2,cloudcustodian,Amazon Web Services,Amazon Ec2,Cloudcustodian,我不知道如何使用云管理员在AWS中标记快照 文档中的示例是: resource: ec2 actions: - type: snapshot tags: CloudCustodian: true 但这不起作用;没有任何东西会被标记。我尝试了其他一些方法,但没有成功…我认为问题在于你的行动不准确 尝试: 操作: -类型:标签 标签: 云管理员:是的 此处的文档列出了标签操作的正确类型:

我不知道如何使用云管理员在AWS中标记快照

文档中的示例是:

    resource: ec2
    actions:
      - type: snapshot
        tags:
          CloudCustodian: true 

但这不起作用;没有任何东西会被标记。我尝试了其他一些方法,但没有成功…

我认为问题在于你的行动不准确

尝试:

操作:
-类型:标签
标签:
云管理员:是的
此处的文档列出了标签操作的正确类型: