AWS Glue Studio - working with AWS RDS

   Go back to the Task List

  « 4. Launch RDS Instance    6. Configure Glue »

5. Create Private Link

You need to create Endpoint for S3 in the VPC where the RDS Instance is launched. It helps Glue to connect to S3 bucket privately without going over the internet. The RDS Instance 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.

    RDS

  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 which is associated with all the subnets of the default VPC. Select Full Access for the policy and finally click on the Create endpoint button.

    RDS

    RDS

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