Kevin Goad
Kevin Goad
Two options: - Assuming you are running in AWS, modify your task role to add ses:SendEmail permissions, and modify/add a command definition to send via the awscli (this is probably...
If you are running this in an AWS Stack (we use Fargate), you can stick the container behind an ALB and offload SSL. This works great for us.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html#cfn-pseudo-param-partition In the templates AWS::Region and AWS::URLSuffix are already used. If no one beats me to it I can work on a PR to replace arn:aws with arn:{AWS::PARTITON} There are...