Step 2: Create a connection in AWS Glue - AWS Lake Formation

Step 2: Create a connection in AWS Glue

Note

Skip this step if you already have an AWS Glue connection to your JDBC data source.

AWS Lake Formation accesses JDBC data sources through an AWS Glue connection. A connection is a Data Catalog object that contains all the information required to connect to the data source. You can create a connection using the AWS Glue console.

To create a connection
  1. Open the AWS Glue the console at https://console.aws.amazon.com/glue/, and sign in as the administrator user that you created in Create a user with administrative access.

  2. In the navigation pane, under Data catalog, choose Connections.

  3. On the Connectors page, choose Create custom connector.

  4. On the Connector properties page, enter datalake-tutorial as the connection name, and choose JDBC as the connection type. Then choose Next.

  5. Continue through the connection wizard and save the connection.

    For information on creating a connection, see AWS Glue JDBC connection properties in the AWS Glue Developer Guide.