Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional ASG permissions for autoscaling_instance #311

Merged
merged 3 commits into from
Nov 7, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions aws/policy/compute.yaml
tremble marked this conversation as resolved.
Show resolved Hide resolved
tremble marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Statement:
- Sid: AllowRunInstancesInstanceType
Effect: Allow
Action:
- autoscaling:AttachInstances
- autoscaling:CreateAutoScalingGroup
- autoscaling:CreateLaunchConfiguration
- autoscaling:UpdateAutoScalingGroup
Expand Down Expand Up @@ -110,6 +111,8 @@ Statement:
Effect: Allow
Action:
- autoscaling:Describe*
- autoscaling:ResumeProcesses
- autoscaling:SuspendProcesses
- ec2:Describe*
- elasticloadbalancing:DeleteRule
- elasticloadbalancing:DeleteListener
Expand Down Expand Up @@ -150,6 +153,8 @@ Statement:
- autoscaling:PutScheduledUpdateGroupAction
- autoscaling:PutLifecycleHook
- autoscaling:StartInstanceRefresh
- autoscaling:SetInstanceHealth
- autoscaling:SetInstanceProtection
- autoscaling:TerminateInstanceInAutoScalingGroup
- ec2:DeleteVolume
- elasticloadbalancing:AddListenerCertificates
Expand Down
Loading