Hi, I often get the error above when deploying via CloudFormation. This is extremely annoying, because the deployment fails, but then also rollback fails!
Resource handler returned message: "Resource of type 'AWS::QuickSight::DataSource' with identifier '...' did not stabilize." (RequestToken: 9ea0dbca-3fa2-951e-05db-c61d3f3c01fd, HandlerErrorCode: NotStabilized)
Then later:
Resource of type 'AWS::QuickSight::DataSource' with identifier '...' has a conflict. Reason: DataSource arn:aws:quicksight:us-east-1:123:datasource/... cannot be updated while its status is UPDATE_IN_PROGRESS; please try again (Service: QuickSight, Status Code: 409, Request ID: null, Extended Request ID: null).
Hi @lillie
We are experiencing the same issue: a failed update of a Data Source during a cloudformation stack update followed by failure to Rollback due to the same error:
Resource of type ‘AWS::QuickSight::DataSource’ with identifier ‘…’ has a conflict. Reason: Permissions for DataSource arn:aws:quicksight:us-east-1:123:datasource/… cannot be updated while its status is UPDATE_IN_PROGRESS; please try again (Service: QuickSight, Status Code: 409, Request ID: null, Extended Request ID: null).
Any insight on how you fixed this issue? Is this an issue with Cloudformation?