# Creating your AWS Credentials

Even if you already have an AWS account you still need to Sign Up to Amazon SES. Go to the [Amazon SES Sign up page](https://aws.amazon.com/ses/) and follow the On Screen Instructions.

![](https://3747798111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOLiZFb8QcPSjvrne1vkm%2Fuploads%2FqOdz1AWZniynwHiXXsoA%2Fsetup-credentials1.png?alt=media\&token=681aff3d-52e2-4350-b4d2-c3ce0ea59bae)

![](https://3747798111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOLiZFb8QcPSjvrne1vkm%2Fuploads%2FpmG36wD8Hi7ek6jrCKh3%2Fsetup-credentials2.png?alt=media\&token=3bf4a70a-7d8c-4256-952b-29a649926562)

Once you are done you can continue with the following steps.

**1. Create a permissions policy for Mailblast. We only need access to AWS SES and AWS SNS for email delivery and tracking.**

Go to the [IAM Create Policy](https://console.aws.amazon.com/iam/home#/policies$new) page:

Select the **JSON** Tab and paste in the following:

```
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ses:*",
        "sns:ListTopics",
        "sns:CreateTopic",
        "sns:GetTopicAttributes",
        "sns:Subscribe"
      ],
      "Resource": [
        "*"
      ]
    }
  ]
}
```

Enter **mailblast-policy** as the name and enter in the above policy in the **Policy Document.**

\*\*\*\*This gives Mailblast the required permissions to send and track emails on your behalf. Click on the **Create Policy** button when done.

![](https://3747798111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOLiZFb8QcPSjvrne1vkm%2Fuploads%2FoakQoBNzfj330VNsedDE%2Fsetup-credentials3.png?alt=media\&token=df6c4761-cd36-40a1-92c0-93c10e37728d)

**2. Create new user for Mailblast.**

You now need to a create a new user. Head over to the the [IAM Management Console](https://signin.aws.amazon.com/signin?redirect_uri=https%3A%2F%2Fus-east-1.console.aws.amazon.com%2Fiam%2Fhome%3Fregion%3Dus-east-1%26state%3DhashArgs%2523%252Fusers%2524new%253Fstep%253Ddetails%26isauthcode%3Dtrue\&client_id=arn%3Aaws%3Aiam%3A%3A015428540659%3Auser%2Fiam\&forceMobileApp=0\&code_challenge=rE-FvqYTA-vGzInRloo2aolKMgPJOrcpuIePHzexVtU\&code_challenge_method=SHA-256) and create a new user called **mailblast-user**.

Check the **Programmatic access** option click **Next: Permissions**.

![](https://3747798111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOLiZFb8QcPSjvrne1vkm%2Fuploads%2FVSgsWP8Uzro8iOvdmPP8%2Fsetup-credentials4.png?alt=media\&token=09256006-6053-4abc-9490-835a97a4315e)

You now need to attach the permission policy you created earlier to your new user. Select **mailblast-policy** and click **Next: Review**.

![](https://3747798111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOLiZFb8QcPSjvrne1vkm%2Fuploads%2FxcsQoNZ93F39TABeBWrC%2Fsetup-credentials5.png?alt=media\&token=7c807cac-ab32-43ca-bf13-da0e7683399e)

![](https://3747798111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOLiZFb8QcPSjvrne1vkm%2Fuploads%2FYFy76cwy48yCuSYhbSyV%2Fsetup-credentials6.png?alt=media\&token=869c8939-c0cc-445e-8e7f-a84310f93e92)

**3. Configuring Mailblast with your new credentials**

Click **Show** to reveal the credentials and Copy the **Access key ID** and **Secret access key** over into the Mailblast [AWS Settings](https://www.mailblast.io/account/aws_settings) page.

![](https://3747798111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOLiZFb8QcPSjvrne1vkm%2Fuploads%2Fk4BKzqmpfXUg2CV01plD%2Fsetup-credentials7.png?alt=media\&token=50e91e76-d1a0-4f88-93f9-6b561c51af59)
