Difference between S3 and Redshift (AWS)

35,176

Amazon S3 is storage service.Amazon S3 a simple web services interface to store and retrieve any amount of data from anywhere on the web. With Amazon S3, you pay only for the storage you actually use.

Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse.

Amazon Redshift gives you fast querying capabilities over structured data using familiar SQL-based clients and business intelligence (BI) tools using standard ODBC and JDBC connections. Queries are distributed and parallelized across multiple physical resources.

The relationship between Redshift and S3 is that data can be pumped into your warehouse from s3. More instructions can be found here.

Share:
35,176
shivesh verma
Author by

shivesh verma

Updated on June 09, 2021

Comments

  • shivesh verma
    shivesh verma almost 3 years

    I am studying first time about Amazon Web Services. I want to know what is the difference or relation between Amazon s3 and Amazon Redshift.