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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠