Skip to content

AWSで作るはじめてのETL【Glue接続】

概要

Glue JobがRedshiftに接続できるようにGlue接続を作成する。

Glue遷移

Create connection

Data connectionsよりCreate connection

Choose data source

Amazon Redshiftを選択

Configure connection

下記設定を入力

  • Database instances: wg-[自分の名前]-[番号]

  • Database name: dev

  • Credential type: Username and password

    Username: admin
    Password: (自身のパスワード)

  • Enforce SSL - optional: 有効化

  • IAM service role: role-[自分の名前]-[番号]-glue-jobs

Set properties

  • Name: connection-[自分の名前]-[番号]-redshift

Review and create

Create connection

完了

でけた

確認

ReadyとなっていればOK

一覧に戻る

構築一覧に戻る