QuickSight AutoSave Error

0

When I try and set a filter for a visual, delete a visual, or duplicate a visual, auto save fails in QuickSight. Note that no other users are using the analysis and only one has permission to it.

已提问 3 个月前167 查看次数
1 回答
0

When attempting to filter, delete, or duplicate a visual in QuickSight, autosave failing could be caused by permissions issues at either the IAM role level or within QuickSight itself. A few things to check:

Ensure the IAM role being assumed by the QuickSight user does not have permissions to delete datasets. You can attach an inline policy denying the quicksight:DeleteDataSet permission.

{ Version: 2012-10-17,
Statement: [ { Effect: Deny, Action: quicksight:DeleteDataSet, Resource: "*" } ] } Log into the QuickSight console and go to Security & permissions. Check that the user's group permissions do not allow deleting datasets.

Make sure any custom permissions granted to the group do not allow deleting visuals or datasets.

QuickSight permissions need to be restricted at both the IAM role level and within the QuickSight console itself to prevent autosave failures when modifying visuals.

profile picture
专家
已回答 3 个月前
  • Unfortunately the issue is not due to permissions. We're still trying to figure out why at some instances it happens. It worked for some time and then it crashed and kept giving the Autosave error.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则