Moving SES from one region to another region

0

Moving SES from one region to another region is possible?

3 Answers
0

Yes, it is possible to move Amazon Simple Email Service (SES) configurations from one region to another. AWS provides methods to replicate SES email and domain identities across regions.

To accomplish this, you can use AWS SDKs or the AWS CLI to copy your SES configuration, including email and domain identities, from the source region to the destination region. This process typically involves:

  1. Retrieving existing identities from the source region
  2. Verifying email addresses in the new region
  3. Generating DKIM tokens for domains
  4. Configuring SNS notifications for identities

If your domains are managed by Amazon Route 53, the process can also include adding or updating Route 53 TXT records for domain verification and DKIM signing in the new region.

It's important to note that when moving SES to a new region, you need to ensure that all components of your email sending configuration (such as domain identities, configuration sets, email templates, and sending limits) are consistent across both the primary and secondary regions. This alignment is crucial to avoid potential issues and ensure proper email delivery and tracking.

AWS has also introduced a feature called Global Endpoints for SES, which allows customers to distribute their SES outbound workloads across two AWS regions automatically. This feature enhances resilience and high availability for email sending operations.

When moving SES to a new region, keep in mind that not all AWS regions may support all SES features. For example, SMTP endpoints might not be available in certain regions. In such cases, you may need to choose a supported region that's geographically close to your target audience or continue using SES in a different region while running other services in your preferred region.
Sources
Copy Amazon SES email and domain identities from one AWS Region to another using an AWS SDK - AWS SDK Code Examples
Copy Amazon SES email and domain identities from one AWS Region to another using an AWS SDK - Amazon Simple Email Service
How to Make Simple Email Service Resilient Across Two AWS Regions with Global Endpoints | AWS Messaging & Targeting Blog
Can't configure SMTP Server for Amazon SES after changing region to ap-southeast-3 Jakarta. Any idea what to do? | AWS re:Post

profile picture
answered a month ago
0

I would recommend looking at this first: Amazon SES now offers Global Endpoints for multi-region sending resilience https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ses-global-endpoints-multiregion-sending-resilience/

AWS
answered 22 days ago
0

If Global Endpoints does not fit your business needs, you would need to configure email/domain identities for the new region and request for production access for the new region. SES does not have the feature to move verified identity in one region to another.

AWS
answered 17 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions