forked from SummitRoute/aws_managed_policies
-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathViewOnlyAccess.json
89 lines (89 loc) · 3.02 KB
/
ViewOnlyAccess.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[
{
"findingDetails": "The 10704 characters in the identity policy, excluding whitespace, exceed the 10240 character maximum for inline and managed policies. We recommend that you use multiple granular policies.",
"findingType": "WARNING",
"issueCode": "POLICY_SIZE_EXCEEDS_IDENTITY_POLICY_QUOTA",
"learnMoreLink": "https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.html#access-analyzer-reference-policy-checks-general-warning-policy-size-exceeds-identity-policy-quota",
"locations": [
{
"path": [],
"span": {
"end": {
"column": 11074,
"line": 1,
"offset": 11074
},
"start": {
"column": 0,
"line": 1,
"offset": 0
}
}
}
]
},
{
"findingDetails": "The 2 action(s) are redundant because they provide similar permissions. Update the policy to remove the redundant action such as: ses:ListDedicatedIpPools.",
"findingType": "SUGGESTION",
"issueCode": "REDUNDANT_ACTION",
"learnMoreLink": "https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.html#access-analyzer-reference-policy-checks-suggestion-redundant-action",
"locations": [
{
"path": [
{
"value": "Statement"
},
{
"index": 0
},
{
"value": "Action"
},
{
"index": 286
}
],
"span": {
"end": {
"column": 8329,
"line": 1,
"offset": 8329
},
"start": {
"column": 8318,
"line": 1,
"offset": 8318
}
}
},
{
"path": [
{
"value": "Statement"
},
{
"index": 0
},
{
"value": "Action"
},
{
"index": 287
}
],
"span": {
"end": {
"column": 8357,
"line": 1,
"offset": 8357
},
"start": {
"column": 8331,
"line": 1,
"offset": 8331
}
}
}
]
}
]