在AWS活动桥规则ARN中,“61d2ac6f624571ca88cfd71a”的识别符号没有提供有关相关收集名称或集群的信息。 这似乎是具体触发因素或规则的独特识别特征。
为了确定与每个触发点相关的收集和分组,您在创建触发点时可能需要采用命名公约或文件战略。 以下是一些建议:
1-《最后公约》:
- When creating triggers, include the collection and cluster information in the rule name.
- Example: trigger_collection1_cluster1, trigger_collection2_cluster1, trigger_collection3_cluster2.
规则说明中的元数据:
- When creating the rule, add metadata in the rule description that includes information about the associated collection and cluster.
- Example:
yaml
细则名称:Trigger1
说明:收集:1,组:1
3- 使用:
- AWS resources support tagging. You can add custom tags to your Event Bridge rules, including information about the associated collection and cluster.
- Example:
makefile
Tag: Collection=Collection1
Tag:group=Cluster1
4-文件:
- Maintain a separate document or database that maps trigger identifiers to collections and clusters.
- Example:
yaml
Trigger ID: 61d2ac6f624571ca88cfd71a
Collection: Collection1
分组:
选择最适合您工作流程的方法,并为您的设置提供管理和确定触发因素的必要信息。 在触发因素增加时,必须制定一致和有文件记载的办法,避免混乱。