codeforamerica / classifyr

A tool for aggregating and crowd-sourcing the classification emergency call data
MIT License
0 stars 1 forks source link

Set up AWS SES #56

Closed T-Dnzt closed 2 years ago

T-Dnzt commented 2 years ago

Overview

Set up AWS SES for production.

Type of change

Related tickets

Fixes #49

Changes

Notes

@jamesiarmes I need some help configuring the authentication in AWS 🙏

--

The following ENV variables need to be set up in production for this to work:

The AWS Ruby gem will automatically pick them up. Additional configuration options for authentication can be found in the aws-sdk-ruby gem if using those ENV variables is not possible.

Let me know if you have any questions!

jamesiarmes commented 2 years ago

@T-Dnzt Since this is running on Fargate in production, we'll be using IAM permissions to send mail. This has been configured and aws-sdk-ruby should automatically handle getting credentials from the AWS metadata service.