Guest User

Untitled

a guest
Nov 17th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. 535 Authentication Credentials Invalid
  2.  
  3. ...
  4. iamRoleStatements:
  5. # Allow the lambda function permission to create EINs, which is part of the
  6. # AWSLambdaVPCAccessExecutionRole
  7. - Effect: "Allow"
  8. Action:
  9. - "ec2:CreateNetworkInterface"
  10. - "ec2:DescribeNetworkInterfaces"
  11. - "ec2:DeleteNetworkInterface"
  12. - "ses:SendEmail"
  13. - "ses:SendRawEmail"
  14. Resource: "*"
  15. # end IAM role statements
  16. ...
  17.  
  18. MAILER_URL=smtp://email-smtp.us-east-1.amazonaws.com:587?encryption=tls&username=YOUR_SES_USERNAME&password=YOUR_SES_PASSWORD
Add Comment
Please, Sign In to add comment