Member-only story
AWS Redshift connects with Python Part 1 — Setup a Redshift connection with Python.
Welcome to the Amazon Redshift Cluster Management Guide. Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. You can start with just a few hundred gigabytes of data and scale to a petabyte or more.
You can get more details on the websites: https://docs.aws.amazon.com/redshift/latest/mgmt/welcome.html
We are going to set up from the AWS side by step by step approach.
I hope you guys have created the AWS account, we logged in to the AWS Redshift account. The page looks like shown below here.
Above page which is the AWS Redshift page, on that page their is an option called “Create cluster”. We have to click on it and proceed to further.
After clicking on “Create Cluster” we need to give the name Cluster identifier, I have given “redshift-cluster-v1” and after that clicking on the Free trial option. The red colour box I have shown above is on the right-hand side.
After that, we scroll down to see that we have to give the Database name, port number and password. But I chose to…