Saturday, August 22, 2020

Not able to access redshift Cluster in SQL Work Bench ? Solution is here.

 Go to AWS Redshift Dashboard.


Now Check for properties of the Cluster.



Now find the Network and Security tab 



Make sure that you have enabled 


Publicly accessible   Edit
Allow instances and devices outside the VPC connect to your database through the cluster endpoint

Yes

No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...