AWS Security ChangesHomeSearch

AWS ses documentation change

Service: ses · 2025-07-19 · Documentation low

File: ses/latest/APIReference-V2/API_DkimAttributes.md

Summary

Added new region-specific DKIM configuration options (AP_SOUTH_2, ME_CENTRAL_1, EU_CENTRAL_2) using Deterministic Easy-DKIM (DEED) replication

Security assessment

The changes document expanded regional support for DKIM email authentication, which is a security feature. However, there is no evidence of addressing a specific security vulnerability.

Diff

diff --git a/ses/latest/APIReference-V2/API_DkimAttributes.md b/ses/latest/APIReference-V2/API_DkimAttributes.md
index fde969fcc..da0358bd6 100644
--- a//ses/latest/APIReference-V2/API_DkimAttributes.md
+++ b//ses/latest/APIReference-V2/API_DkimAttributes.md
@@ -60,0 +61,2 @@ A string that indicates how DKIM was configured for the identity. These are the
+  * `AWS_SES_AP_SOUTH_2` – Indicates that DKIM was configured for the identity by replicating signing attributes from a parent identity in Asia Pacific (Hyderabad) region using Deterministic Easy-DKIM (DEED). 
+
@@ -72,0 +75,2 @@ A string that indicates how DKIM was configured for the identity. These are the
+  * `AWS_SES_ME_CENTRAL_1` – Indicates that DKIM was configured for the identity by replicating signing attributes from a parent identity in Middle East (UAE) region using Deterministic Easy-DKIM (DEED). 
+
@@ -90,0 +95,2 @@ A string that indicates how DKIM was configured for the identity. These are the
+  * `AWS_SES_EU_CENTRAL_2` – Indicates that DKIM was configured for the identity by replicating signing attributes from a parent identity in Europe (Zurich) region using Deterministic Easy-DKIM (DEED). 
+
@@ -104 +110 @@ Type: String
-Valid Values: `AWS_SES | EXTERNAL | AWS_SES_AF_SOUTH_1 | AWS_SES_EU_NORTH_1 | AWS_SES_AP_SOUTH_1 | AWS_SES_EU_WEST_3 | AWS_SES_EU_WEST_2 | AWS_SES_EU_SOUTH_1 | AWS_SES_EU_WEST_1 | AWS_SES_AP_NORTHEAST_3 | AWS_SES_AP_NORTHEAST_2 | AWS_SES_ME_SOUTH_1 | AWS_SES_AP_NORTHEAST_1 | AWS_SES_IL_CENTRAL_1 | AWS_SES_SA_EAST_1 | AWS_SES_CA_CENTRAL_1 | AWS_SES_AP_SOUTHEAST_1 | AWS_SES_AP_SOUTHEAST_2 | AWS_SES_AP_SOUTHEAST_3 | AWS_SES_EU_CENTRAL_1 | AWS_SES_US_EAST_1 | AWS_SES_US_EAST_2 | AWS_SES_US_WEST_1 | AWS_SES_US_WEST_2`
+Valid Values: `AWS_SES | EXTERNAL | AWS_SES_AF_SOUTH_1 | AWS_SES_EU_NORTH_1 | AWS_SES_AP_SOUTH_1 | AWS_SES_EU_WEST_3 | AWS_SES_EU_WEST_2 | AWS_SES_EU_SOUTH_1 | AWS_SES_EU_WEST_1 | AWS_SES_AP_NORTHEAST_3 | AWS_SES_AP_NORTHEAST_2 | AWS_SES_ME_SOUTH_1 | AWS_SES_AP_NORTHEAST_1 | AWS_SES_IL_CENTRAL_1 | AWS_SES_SA_EAST_1 | AWS_SES_CA_CENTRAL_1 | AWS_SES_AP_SOUTHEAST_1 | AWS_SES_AP_SOUTHEAST_2 | AWS_SES_AP_SOUTHEAST_3 | AWS_SES_EU_CENTRAL_1 | AWS_SES_US_EAST_1 | AWS_SES_US_EAST_2 | AWS_SES_US_WEST_1 | AWS_SES_US_WEST_2 | AWS_SES_ME_CENTRAL_1 | AWS_SES_AP_SOUTH_2 | AWS_SES_EU_CENTRAL_2`