I have followed the docs to enable connecting QuickSight to an Aurora psql instance but I can’t get it to work.
When I try add the VPC from QuickSight 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:CreateNetworkInterface
andquicksight:CreateVPCConnection
- Checked that the
aws-quicksight-service-role-v0
also has these two permissions - Also added
ec2:DescribeNetworkInterfaces
andec2:DeleteNetworkInterfaces
to both - Checked that QuickSight is using the
aws-quicksight-service-role-v0
role - 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 QuickSight
Do you have any idea where I can look next? The UX for this from QS is not great.
Thanks