-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathdefault_pywren_user_permissions.json
More file actions
93 lines (93 loc) · 2.45 KB
/
default_pywren_user_permissions.json
File metadata and controls
93 lines (93 loc) · 2.45 KB
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
90
91
92
93
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1484783841000",
"Effect": "Allow",
"Action": [
"logs:GetLogEvents"
],
"Resource": [
"*"
]
},
{
"Sid": "Stmt1485978122000",
"Effect": "Allow",
"Action": [
"sqs:*"
],
"Resource": [
"*"
]
},
{
"Sid": "Stmt1486334512000",
"Effect": "Allow",
"Action": [
"ec2:RunInstances",
"ec2:TerminateInstances",
"ec2:DescribeInstances",
"ec2:CreateTags"
],
"Resource": [
"*"
]
},
{
"Sid": "Stmt1476157235000",
"Effect": "Allow",
"Action": [
"iam:CreateInstanceProfile",
"iam:CreateRole",
"iam:PutRolePolicy",
"iam:PassRole",
"iam:DeleteRolePolicy",
"iam:DeleteRole",
"iam:AddRoleToInstanceProfile",
"iam:GetUser",
"iam:GetInstanceProfile",
"iam:RemoveRoleFromInstanceProfile",
"iam:DeleteInstanceProfile"
],
"Resource": [
"*"
]
},
{
"Sid": "Stmt1476157935000",
"Effect": "Allow",
"Action": [
"lambda:CreateFunction",
"lambda:DeleteFunction",
"lambda:GetFunction",
"lambda:GetFunctionConfiguration",
"lambda:InvokeAsync",
"lambda:InvokeFunction",
"lambda:ListFunctions",
"lambda:UpdateFunctionCode"
],
"Resource": [
"*"
]
},
{
"Sid": "Stmt1476157400000",
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:DeleteObjectVersion",
"s3:GetObject",
"s3:ListBucket",
"s3:ListAllMyBuckets",
"s3:GetBucketLocation",
"s3:PutObject",
"s3:CreateBucket",
"s3:DeleteBucket"
],
"Resource": [
"*"
]
}
]
}