Skip to content

Commit

Permalink
remove launch template permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohitrajak1807 committed Sep 2, 2024
1 parent 120fc45 commit 31bd3db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions emp/emp_role_cftemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,19 +156,19 @@ Resources:
# commenting out capa actions, reason: we don't use machinepools, and just scale the md
# - autoscaling:DescribeAutoScalingGroups
# - autoscaling:DescribeInstanceRefreshes
- ec2:CreateLaunchTemplate
- ec2:CreateLaunchTemplateVersion
- ec2:DescribeLaunchTemplates
- ec2:DescribeLaunchTemplateVersions
- ec2:DeleteLaunchTemplate
- ec2:DeleteLaunchTemplateVersions
# - ec2:CreateLaunchTemplate
# - ec2:CreateLaunchTemplateVersion
# - ec2:DescribeLaunchTemplates
# - ec2:DescribeLaunchTemplateVersions
# - ec2:DeleteLaunchTemplate
# - ec2:DeleteLaunchTemplateVersions
- ec2:DescribeKeyPairs
- ec2:ModifyInstanceMetadataOptions
Effect: Allow
Resource:
- '*'
# - Action:
# # # commenting out capa actions, reason: we don't use machinepools, and just scale the md
# commenting out capa actions, reason: we don't use machinepools, and just scale the md
# - autoscaling:CreateAutoScalingGroup
# - autoscaling:UpdateAutoScalingGroup
# - autoscaling:CreateOrUpdateTags
Expand Down

0 comments on commit 31bd3db

Please sign in to comment.