Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Fix links in SES readme document
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Creech committed Feb 17, 2017
1 parent 958f3d1 commit 2030d23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ses_acm_validation.md
Expand Up @@ -9,7 +9,7 @@ Currently the only way this is done is through email to the following addresses,
* Whois domain, technical, and administrative contact
* administrator, hostmaster, postmaster, webmaster, and admin at the requested domain or the super-domain if specified.

http://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate. html
See the [ACM user guide](http://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate. html) for more information on validation emails.

![alt text](images/ses_acm_ses_sns.png "Certificate manager to simple email service pipeline")

Expand All @@ -23,7 +23,7 @@ the sub-domains to verify on the super-domain. For example, mysite.mysubdomain.m
sets validation domain to mydomain.com, so the verification emails will not be set to
admin@mysite.mysubdomain.superdomain.com, but instead to admin@superdomain.com.
See http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ aws-resource-certificatemanager-certificate.html
See the [AWS Cloudformation guide for certificate manager](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html).
Type: "AWS::CertificateManager::Certificate"
Properties:
Expand Down Expand Up @@ -53,15 +53,15 @@ Using the SESLambdaForwarder cloudformation stack
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

There's a cloudformation template available for doing this,
see `the SES lambda forwarder template <SESLambdaForwarder.yaml>`_
see the [SES lambda forwarder template](SESLambdaForwarder.yaml)

When creating this stack you can set the email addresses to forward, and a set of
forwarding addresses. This cloudformation sets up a lambda function and a S3 bucket
with default 3 day deletion policy. We need to setup SES on the domain we want to
receive mail on since it doesnt have cloudformation support, but luckily this is
straightforward.

> Note, SES may bounce emails when sending to meta-email addresses such as for groups. See `the SES FAQ <http://docs.aws.amazon.com/ses/latest/DeveloperGuide/e-faq-bn.html>`_ for more details.
> Note, SES may bounce emails when sending to meta-email addresses such as for groups. The [SES FAQ](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/e-faq-bn.html) has more details.
Setup SES on the mail domain
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 2030d23

Please sign in to comment.