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
posta 6 mesi fa309 visualizzazioni
1 Risposta
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
con risposta 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande