Skip to content

Commit 2e432cb

Browse files
committed
[CLOUD-738] ec2:CreateTags permission is missing from the Snapshots in the limiting configuration setup
1 parent 75d6f7e commit 2e432cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/setup_installation/aws/restrictive_permissions.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ If you want to learn more about how this policy works check out:
139139
{
140140
"Sid": "RemainingRunInstancePermissions",
141141
"Effect": "Allow",
142-
"Action": "ec2:RunInstances",
142+
"Action": [
143+
"ec2:RunInstances",
144+
"ec2:CreateTags"
145+
],
143146
"Resource": [
144147
"arn:aws:ec2:*:*:volume/*",
145148
"arn:aws:ec2:*::image/*",

0 commit comments

Comments
 (0)