I have followed the docs to enable connecting Quick Sight to an Aurora psql instance but I can’t get it to work.
When I try add the VPC from Quick Sight I see the an error in the chrome dev console (no visible error on the page itself..) that says “Not autorized to perform ec2:CreateNetworkInterface”
I have done the following
- Checked that my user has
ec2:CreateNetworkInterfaceandquicksight:CreateVPCConnection - Checked that the
aws-quicksight-service-role-v0also has these two permissions - Also added
ec2:DescribeNetworkInterfacesandec2:DeleteNetworkInterfacesto both - Checked that Quick Sight is using the
aws-quicksight-service-role-v0role - Checked that the role has
sts:AssumeRole - Check the VPC, security groups etc. Though it seems unlikely it is any of that since the failure happens as I’m trying to add the VPC to Quick Sight
Do you have any idea where I can look next? The UX for this from QS is not great.
Thanks