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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ