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
asked 6 months ago294 views
1 Answer
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
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions