I am facing an issue in Amazon QuickSight when trying to select or manage existing IAM roles. In the “QuickSight access to AWS services” section, when I press the Manage button, I get the following error message:
“Something went wrong. For more information, see Set IAM policy.”
I have full access to AWS services and resources, as shown in my IAM policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "*",
"Resource": "*"
}
]
}
Previously, I was able to select, manage, and delete services in QuickSight. However, after limiting access to only Amazon S3 and Amazon Athena, I started facing this issue when trying to select an existing IAM role.
Could anyone advise on what might be causing this issue or any additional IAM policy settings I should check?
Thank you in advance for your help!