Skip to content

Commit

Permalink
[CLOUD-738] ec2:CreateTags permission is missing from the Snapshots i…
Browse files Browse the repository at this point in the history
…n the limiting configuration setup (#405)
  • Loading branch information
SirOibaf committed Oct 3, 2024
1 parent ff5c94d commit 75c2ddb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/setup_installation/aws/restrictive_permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ If you want to learn more about how this policy works check out:
{
"Sid": "RemainingRunInstancePermissions",
"Effect": "Allow",
"Action": "ec2:RunInstances",
"Action": [
"ec2:RunInstances",
"ec2:CreateTags"
],
"Resource": [
"arn:aws:ec2:*:*:volume/*",
"arn:aws:ec2:*::image/*",
Expand Down

0 comments on commit 75c2ddb

Please sign in to comment.