AWS Data Wrangler Series - Part3- Working with Amazon Redshift

   Go back to the Task List

  « 3. Launch Redshift Cluster    5. Configure Glue Connection »

4. Create Private Link

Before you configure Glue, you need to create Endpoint for S3 in the VPC where the Redshift Cluster is launched. It helps Glue connect to S3 bucket without going over the internet. The Redshift cluster has been launched in the default VPC. You will create S3 Endpoint in the Default VPC.

  1. Goto VPC Management Console. Click on the Endpoints menu in the left and then click on the Create Endpoint button.

    Redshift

  2. On the next screen, select AWS services for the service category. Select S3 for the service name. Select the default VPC for the VPC field. Select the default route table. Select Full Access for the policy and finally click on the Create endpoint button.

    Redshift

    Redshift

  3. The endpoint is created. In the next step, you configure Glue Connection for the Redshift Database.