Skip to content

Commit

Permalink
Merge pull request #190 from mandar242/ec2_placement_group_integratio…
Browse files Browse the repository at this point in the history
…n_fix

Add permissions to create and delete ec2 placement group
  • Loading branch information
jillr authored Jan 28, 2022
2 parents b6bac38 + 3a2fa66 commit 7c0b8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/policy/compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ Statement:
- ec2:CreateKeyPair
- ec2:CreateLaunchTemplate
- ec2:CreateLaunchTemplateVersion
- ec2:CreatePlacementGroup
- ec2:CreateSnapshot
- ec2:CreateTags
- ec2:DeleteKeyPair
- ec2:DeleteLaunchTemplate
- ec2:DeleteLaunchTemplateVersions
- ec2:DeletePlacementGroup
- ec2:DeleteSnapshot
- ec2:DeleteTags
- ec2:DeregisterImage
Expand Down

0 comments on commit 7c0b8ea

Please sign in to comment.