Jump to content
We've recently updated our Privacy Statement, available here ×

How to connect to AWS Redshift


nickchang_1

Recommended Posts

I have set IAM role.

Policy 

{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1416984435000", "Effect": "Allow", "Action": [ "ec2:*" ], "Resource": [ "*" ] }, { "Sid": "Stmt1416984459000", "Effect": "Allow", "Action": [ "rds:Describe*" ], "Resource": [ "*" ] } ] }[/code] 
{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1416980380000", "Effect": "Allow", "Action": [ "redshift:Describe*" ], "Resource": [ "*" ] } ] }[/code]

But, I always can't connect to AWS Redshift

Always tell me, unknown host

Can everyone tell why ??

Thanks

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...