- Newest
- Most votes
- Most comments
To share your Amazon Redshift Query Editor v2 notebook from the London region to us-east-1, you'll need to export the notebook from your current region and import it in the target region. Here's how to do it:
-
In the London region where your notebook is located, open the notebook in Query Editor v2.
-
Choose "Import" and then select "Export notebook" (or look for a similar export option in the interface).
-
Save the exported notebook as a .ipynb file to your local machine.
-
Switch to the us-east-1 region in the AWS console and open Query Editor v2.
-
In the "My notebooks" section, choose "Import" and then "Import notebook".
-
Navigate to and select the .ipynb file you saved earlier.
-
The notebook will be imported into your currently open notebook folder in the us-east-1 region.
-
You can now open and use the notebook in the us-east-1 region.
Note that while the notebook's SQL queries and structure will be transferred, you may need to reconfigure any region-specific resources or connections referenced in your queries, as these might differ between regions.
Sources
Importing into notebooks - Amazon Redshift
Relevant content
asked 3 years ago
