-
Notifications
You must be signed in to change notification settings - Fork 2
AWS SES
Jeremy Nelson edited this page Nov 11, 2021
·
1 revision
We are using Amazon's Simple Email Service (SES) to send emails from Airflow upon success or failures in the DAG.
-
Conn Id:
aws_ses_connection
-
Conn Type:
Amazon Web Services
- Login: AWS access key ID,
- Password: AWS secret access key
In the Extra field, we add a JSON string with the following fields:
- role_arn: "Value for the Role"
- region_name: "us-west-2", this shouldn't change