Unable to connect VPC to Quicksight

0

I keep getting an I am role error when creating a VPC connection with Quicksight, and I have admin access. Are there other permission settings that I'm missing?

akiros
質問済み 6ヶ月前309ビュー
1回答
0

The policy for your admin role will state what access you have to Quicksight and what you can do with Quicksight. For Quicksight to host a connection inside VPC, it requires an independent Execution role to what assigned to you as a user. The execution role has to have a trust policy assigned to it. Check the steps needed here: https://docs.aws.amazon.com/quicksight/latest/user/vpc-creating-a-connection-in-quicksight-console.html

Execution role– An IAM role that contains a trust policy that allows QuickSight to create, update, and delete network infrastructure in your account. This policy is required for all VPC connections. At minimum, the IAM policy needs the following Amazon EC2 permissions:

DescribeSecurityGroups

DescribeSubnets

CreateNetworkInterface

DeleteNetworkInterface

ModifyNetworkInterfaceAttribute

And trust Policy:

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "quicksight.amazonaws.com" }, "Action": "sts:AssumeRole" } ] }

profile pictureAWS
AmerO
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ