我正在为 EC2 使用自动标记用户策略,并且我也想将该功能用于 DynamoDB 和 RDS。有没有办法这样使用?我在下面应用了政策,没有错误,但它不起作用
policies:
- name: owner-autotagging-on_table_creation
resource: dynamodb-table
mode:
role: arn:aws:iam::{account_id}:role/administrator
type: cloudtrail
events:
- CreateTable
filters:
- "tag:owner": absent
actions:
- type: auto-tag-user
tag: owner
principal_id_tag: ownerID