Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Amazon Redshift Cookbook

You're reading from  Amazon Redshift Cookbook

Product type Book
Published in Jul 2021
Publisher Packt
ISBN-13 9781800569683
Pages 384 pages
Edition 1st Edition
Languages
Authors (3):
Shruti Worlikar Shruti Worlikar
Profile icon Shruti Worlikar
Thiyagarajan Arumugam Thiyagarajan Arumugam
Profile icon Thiyagarajan Arumugam
Harshida Patel Harshida Patel
Profile icon Harshida Patel
View More author details

Table of Contents (13) Chapters

Preface 1. Chapter 1: Getting Started with Amazon Redshift 2. Chapter 2: Data Management 3. Chapter 3: Loading and Unloading Data 4. Chapter 4: Data Pipelines 5. Chapter 5: Scalable Data Orchestration for Automation 6. Chapter 6: Data Authorization and Security 7. Chapter 7: Performance Optimization 8. Chapter 8: Cost Optimization 9. Chapter 9: Lake House Architecture 10. Chapter 10: Extending Redshift's Capabilities 11. Other Books You May Enjoy Appendix

Unloading data to Amazon S3

Amazon Redshift can create a copy of the data on Amazon S3 using the UNLOAD command. The UNLOAD command splits the data across multiple files based on the node slices across the Redshift cluster.

This recipe will show you how to use UNLOAD data from an Amazon Redshift cluster in an Amazon S3 bucket.

Getting ready

To complete this recipe, you will need to do the following:

  • Gain access to the AWS Console.
  • Deploy an Amazon Redshift deployed in AWS region eu-west-1. Load the data, as referenced in the Loading data from Amazon S3 recipe.
  • Create Amazon Redshift cluster master user credentials.
  • Gain access to any SQL interface, such as a SQL client or the Amazon Redshift Query Editor.
  • Create an Amazon S3 bucket in eu-west-1. We will reference it as [Your-Amazon_S3_Bucket].
  • Attach an IAM role to an Amazon Redshift cluster that can access Amazon S3.

How to do it…

To unload the data from Amazon Redshift into...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}