Skip to content

Commit cd449a7

Browse files
authored
[Magic Cloud] Add additional actions to aws IAM policy
New actions needed for aws hubs.
1 parent d932737 commit cd449a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/magic-cloud-networking/get-started.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Before you can connect Magic Cloud Networking to your cloud provider, you first
3434
"ec2:GetManagedPrefixListEntries",
3535
"ec2:CreateManagedPrefixList",
3636
"ec2:ModifyManagedPrefixList",
37-
"ec2:DeleteManagedPrefixList"
37+
"ec2:DeleteManagedPrefixList",
38+
"ec2:CreateTransitGatewayPrefixListReference",
39+
"ec2:DeleteTransitGatewayPrefixListReference",
40+
"ec2:GetTransitGatewayPrefixListReferences",
41+
"ec2:ModifyTransitGatewayPrefixListReference"
3842
],
3943
"Resource": "*"
4044
}

0 commit comments

Comments
 (0)