Amazon Web Services (AWS) connection configuration - sul-dlss/dlme-airflow GitHub Wiki

In order to perform operations using Amazon Web Services (AWS) hosted containers during local development an AWS connection is required to be configured.

1.) From the Admin menu, select "Connections"

You will see either a blank list or a default set of connections, we will add a new connection. Click the "+" button.

Screen Shot 2022-07-27 at 4 51 36 PM

2.) Configure an "Amazon Web Services" connection

Enter the following configuration values:

  • Connection Id: aws_conn (do not change this)
  • Connection Type: Amazon Web Services
  • Login: Your AWS_ACCESS_KEY_ID
  • Password: Your AWS_SECRET_ACCESS_KEY
  • Extra:
{"role_arn": "[DEVLOPER_ROLE_ARN]", "region_name": "us-west-2"}

Screen Shot 2022-07-27 at 4 57 32 PM