2 Answers
- Newest
- Most votes
- Most comments
4
Also check this one: https://github.com/aws-samples/sagemaker-processing-reading-data-from-redshift-to-sagemaker-pipelines/blob/main/redshift-sagemaker-pipeline.ipynb
answered 2 years ago
2
You can find a Redshift network configuration in "Properties -> Network and security settings"
The standard Redshift port is 5439, so usually you have to allow incoming traffic to 5439 in the Redshift security group
Why it's trying to connect to 8192 - it's a question. Maybe you configured a non standard port
Connection timed out means that Security Group or Network ACL does not allow connection (usually it's Security group), or your Sagemaker and Redshift are located in different VPCs and you did not complete a networking configuration (VPC peering and routing rules)
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 3 years ago
