Skip to content

Commit 6ba1111

Browse files
authored
Merge pull request #35 from devolvdev/drift-sync-devolvtestpolicyhuge-20250706-063525
Update ./test-devolv-policy.json with superset of local + AWS
2 parents 2f98a55 + 975f6f0 commit 6ba1111

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

test-devolv-policy.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,30 @@
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
}

0 commit comments

Comments
 (0)