Skip to content

Commit

Permalink
[Magic Cloud] Add additional actions to aws IAM policy (#19104)
Browse files Browse the repository at this point in the history
New actions needed for aws hubs.
  • Loading branch information
hslawniak-cf authored Jan 9, 2025
1 parent 4a44e72 commit 17f75ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/content/docs/magic-cloud-networking/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ Before you can connect Magic Cloud Networking to your cloud provider, you first
"ec2:GetManagedPrefixListEntries",
"ec2:CreateManagedPrefixList",
"ec2:ModifyManagedPrefixList",
"ec2:DeleteManagedPrefixList"
"ec2:DeleteManagedPrefixList",
"ec2:CreateTransitGatewayPrefixListReference",
"ec2:DeleteTransitGatewayPrefixListReference",
"ec2:GetTransitGatewayPrefixListReferences",
"ec2:ModifyTransitGatewayPrefixListReference"
],
"Resource": "*"
}
Expand Down

0 comments on commit 17f75ce

Please sign in to comment.