All Collections
Marketing
Part 2: Connect your AWS account to our platform
Part 2: Connect your AWS account to our platform
Updated over a week ago

1. Enter into the IAM Manager.

2. On the left-hand side click "Policies" and then "Create Policy".

3. Click on the "JSON" tab:

4. Delete the default content that you find in the tab and replace it with the following code:

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ses:CreateConfigurationSet",
"lambda:AddPermission",
"sns:GetTopicAttributes",
"ses:CreateConfigurationSetEventDestination",
"sns:CreateTopic",
"sns:ListTopics",
"sns:Subscribe",
"sns:AddPermission",
"ses:SetIdentityNotificationTopic",
"ses:ListConfigurationSets"
],
"Resource": "*"
}
]
}

5. Click "Next: Tags", and then "Next: Review".

6. Enter the name: GivingTechAccess and then at the bottom of the page click "Create policy". On the next page you should see the following message:

7. Next, click "Users" and then click on the "Add users" button:

8. Under "User name" enter GivingTechUser and then check the box next to "Access key - Programmatic access". Then click "Next: Permissions"

6. Next, select "Attach existing policies directly" and then enter GivingTechAccess in the search bar. Our policy should come up. Select it by clicking on the checkbox and then click "Next: Tags" and then "Next: Review" and then "Create user":

You should hopefully now see this message:

7. Now, copy and save on your computer the Access Key ID and after clicking "show" copy also the Secret access key:

8. Next, enter "SES" in the search bar on the top of the page, or click here to enter into Amazon Simple Email Service:

On the left side of the screen, click on "SMTP Credentials", and then on the button "Create SMTP credentials":

You should now see something like this:

No need to change anything. Just scroll down and click "Create".

9. Now, click on Show User SMTP Security Credentials and copy down the SMTP Username and SMTP Password (or click the "Download Credentials" button and the details will be downloaded to your computer as a CSV file):

10. Finally, at the top of the page, you'll see an account number. Click on it and the panel below will open. Click on the icon below to copy the Account ID.

11. Now you should have collected:

  • Access Key ID

  • Secret Access Key

  • SMTP Username

  • SMTP Password

  • Account ID

12. Head to Marketing >> Your Mail Server >> Settings (or click here). Enter your:

  • SMTP Username

  • SMTP Password (twice)

  • Connection Port: We've prefilled "465"

  • Email / Domain: Enter the email address or domain that you verified back in Part 1.

  • Access Key ID

  • Secret Access Key

  • Account ID

  • "Require SSL" and "Verified" should be checked. Please make sure that "Disabled" is NOT checked.

  • Then click "Set up AWS".

  • If everything connects well, you should see a long message on the screen, where the last sentence is "AWS configuration is completed".

That's it - you're ready to send!

Did this answer your question?