Facing Error While moving assert from one quicksight account to another in same region

Hi All,

I am getting below error while running the start-asset-bundle-import-job .

Errors": [
{
“Arn”: “arn:aws:quicksight:us-west-2:***********:vpcConnection/e08d6bd4-54b6d-4b78-8067-665e7644fe50”,
“Type”: “com.amazonaws.services.quicksight.model.InvalidParameterValueException”,
“Message”: “The provided subnets are invalid. Please make sure all subnets exist”
}

Can any help me to resolve this issue.

Hi @achourey - From error it looks like the error is refer to the VPC and subnet. Can you please check the details for other account and do the changes accordingly.

Regards - Sanjeeb

@Sanjeeb2022 , Yes, It is trying to look for source account subnet, but using override properties I am update the new VpcConnectionProperties.

Overrider value :
{
“DataSources”:[
{
“DataSourceId”: “5081ffcc-838a-4796-9892-cc8ff9a6dcbb”,
DataSourceParameters": {
“RedshiftParameters”: {
“Host”: “adsfsa”,
“Port”: 5439,
“Database”: “abc”,
“ClusterId”: “xyz”
}
},
“VpcConnectionProperties”: {
“VpcConnectionArn”: “arn:aws:quicksight:us-west-2:12344:vpcConnection/ac6fb141-b23b-4717-b14c-b007”
}
}
]}

is this the correct way to update the datasource and vpc properties

Hi @achourey - Looking at the documentation, it looks ok to me.

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/start_asset_bundle_import_job.html

Note - I never tried it but the syntax looks ok, please give a try.

Regards - Sanjeeb

I followed the above document but still I am getting the same problem.

Hi @achourey - To analyze the issue in detail, better to raise a ticket to AWS so that they can analyze the error from background and provide the root cause and resolution step as well. To raise the ticket, please follow the below link

Regards - Sanjeeb

Hi @achourey,
As it’s been awhile since we last heard from you, just following up to see if you had any additional questions or if you were able to create a support ticket for your case?

If we don’t hear back in the next 3 business days, I’ll go ahead and archive this topic.

Thank you!

Hi @achourey,
Since we haven’t heard back, I’ll go ahead and archive this topic. If you have any further questions, feel free to create a new topic in the community and link this conversation for relevant information.

Thank you!