Copy data from Azure databricks to AWS Ec2

430 Views Asked by At

I am new to Azure Databricks. I want to copy data from azure databricks to one of my aws ec2 instance. can anyone please help me in doing this?

Thanks in advance!

1

There are 1 best solutions below

0
On

You can probably use tools like azcopy or aws, with a destination link to move your data.

Edit: other option is to mount the bucket on your databricks (see link) and copy the data (you can look at an article I made for efficient copy).