i export my analysis from a source account and then import to my target account.
JobStatus was “SUCCESSFUL”. but any assets were not displayed in a quicksight console.
[cloudshell-user@ip-10-4-22-99 ~]$ aws quicksight describe-asset-bundle-import-job --aws-account-id <account id> --asset-bundle-import-job-id orange
{
"Status": 200,
"JobStatus": "SUCCESSFUL",
"Arn": "arn:aws:quicksight:ap-northeast-2:<account id>:asset-bundle-import-job/orange",
"CreatedTime": "2023-07-21T07:17:33+00:00",
"AssetBundleImportJobId": "orange",
"AwsAccountId": "xxxxxxxx",
"AssetBundleImportSource": {
"S3Uri": "s3://<s3 bucket>/assetbundle-orange.qs"
},
"FailureAction": "ROLLBACK",
"RequestId": "ce9c49b4-daa9-4efe-9f3b-9f12e3f4f625"
}
so i thought that import job was failed.
but exported assets( analysis, dataset, data source ) can be confirm as quicksight list-* command.
{
"Arn": "arn:aws:quicksight:ap-northeast-2:<account id>:analysis/csm_co_analysis",
"AnalysisId": "csm_co_analysis",
"Name": "csm_co_analysis",
"Status": "UPDATE_SUCCESSFUL",
"CreatedTime": "2023-07-21T04:31:13.349000+00:00",
"LastUpdatedTime": "2023-07-21T07:17:53.014000+00:00"
},
how could i solve this issue??
i tested using an aws root account and there is one quicksight user( admin role )