@@ -50,13 +50,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
50
50
51
51
statement {
52
52
sid = " EFS"
53
- actions = [" elasticfilesystem:DescribeFileSystemPolicy" ,
54
- " elasticfilesystem:DescribeLifecycleConfiguration" ,
55
- " elasticfilesystem:DescribeAccessPoints" ,
56
- " elasticfilesystem:DescribeAccountPreferences" ,
57
- " elasticfilesystem:DescribeBackupPolicy" ,
58
- " elasticfilesystem:ListTagsForResource" ,
59
- " elasticfilesystem:DescribeReplicationConfigurations" ]
53
+ actions = [" elasticfilesystem:ListTagsForResource" ]
60
54
resources = [" *" ]
61
55
}
62
56
@@ -78,12 +72,8 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
78
72
statement {
79
73
sid = " IDENTITYSTORE"
80
74
actions = [" identitystore:DescribeGroup" ,
81
- " identitystore:DescribeGroupMembership" ,
82
- " identitystore:DescribeUser" ,
83
- " identitystore:ListGroupMemberships" ,
84
- " identitystore:ListGroupMembershipsForMember" ,
85
- " identitystore:ListGroups" ,
86
- " identitystore:ListUsers" ]
75
+ " identitystore:DescribeGroupMembership" ,
76
+ " identitystore:DescribeUser" ]
87
77
resources = [" *" ]
88
78
}
89
79
@@ -129,8 +119,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
129
119
sid = " GLUE"
130
120
actions = [" glue:ListWorkflows" ,
131
121
" glue:BatchGetWorkflows" ,
132
- " glue:GetWorkflow" ,
133
- " glue:GetTags" ]
122
+ " glue:GetWorkflow" ]
134
123
resources = [" *" ]
135
124
}
136
125
0 commit comments