Commit 99b8605
authored
fix: add missing policies for the autoscaler (#1328)
## Description
The policies `autoscaling:CompleteLifecycleAction` and
`autoscaling:DescribeLifecycleHooks` were missing for the autoscaler.
This PR adds them.
`Aug 11 19:52:40 ip-172-21-252-42 monitor_runner.sh[31313]: An error
occurred (AccessDenied) when calling the DescribeLifecycleHooks
operation: User:
arn:aws:sts::[ACCOUN_ID]:assumed-role/runners-fleet-test-instance/i-00a91317465c7587a
is not authorized to perform: autoscaling:DescribeLifecycleHooks because
no identity-based policy allows the autoscaling:DescribeLifecycleHooks
action`
Relates to #13161 parent e5f2515 commit 99b8605
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments