-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRole.json
24 lines (24 loc) · 840 Bytes
/
Role.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
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AutoScaling",
"Action": [
"autoscaling:CompleteLifecycleAction",
"autoscaling:DescribeAutoScalingGroups",
"autoscaling:DescribeAutoScalingInstances",
"autoscaling:DescribeAutoScalingNotificationTypes",
"autoscaling:DescribeLifecycleHookTypes",
"autoscaling:DescribeLifecycleHooks"
],
"Effect": "Allow",
"Resource": "arn:aws:autoscaling:*:XXXXXXXXXXXX:*"
},
{
"Sid": "ReadDomainCredential",
"Effect": "Allow",
"Action": "secretsmanager:GetSecretValue",
"Resource": "arn:aws:secretsmanager:<<region>>:XXXXXXXXXXX:secret:prod/AD-XXXXXX"
}
]
}