File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 114114 "Effect" : " Allow" ,
115115 "Action" : " ssm:GetParameter" ,
116116 "Resource" : " arn:aws:ssm:us-east-1:123456789012:parameter/ExampleParam"
117+ },
118+ {
119+ "Sid" : " EC2Describe" ,
120+ "Effect" : " Allow" ,
121+ "Action" : " ec2:DescribeInstances" ,
122+ "Resource" : " *"
123+ },
124+ {
125+ "Sid" : " EC2Start" ,
126+ "Effect" : " Allow" ,
127+ "Action" : " ec2:StartInstances" ,
128+ "Resource" : " arn:aws:ec2:us-east-1:123456789012:instance/*"
129+ },
130+ {
131+ "Sid" : " DynamoGet" ,
132+ "Effect" : " Allow" ,
133+ "Action" : " dynamodb:GetItem" ,
134+ "Resource" : " arn:aws:dynamodb:us-east-1:123456789012:table/ExampleTable"
135+ },
136+ {
137+ "Sid" : " Dynamo" ,
138+ "Effect" : " Allow" ,
139+ "Action" : " dynamodb:PutItem" ,
140+ "Resource" : " arn:aws:dynamodb:us-east-1:123456789012:table/Table"
117141 }
118142 ]
119143}
You can’t perform that action at this time.
0 commit comments