- Newest
- Most votes
- Most comments
It sounds like you're experiencing a complex issue with moving your SES account out of the sandbox in a GovCloud environment. Let me help clarify what might be happening.
First, it's important to understand that sandbox status for Amazon SES is unique per AWS Region. When you request to move out of the sandbox, you need to make that request from the specific AWS account that owns the SES resources in question.
The confusion appears to stem from account access and permissions. Even though you have IAM users with access to multiple accounts, each SES production access request must be made from the specific account where SES will be used. In your case, that would be your GovCloud account (account X).
What likely happened is that you were logged into a non-GovCloud account (account B) when submitting the request, but attempted to request production access for the GovCloud account's SES. This isn't possible because one AWS account cannot request production access for another account's SES service.
To resolve this issue:
-
Make sure you're logged in specifically to your GovCloud account (account X) using the appropriate IAM credentials.
-
Navigate to the SES console within that GovCloud account.
-
Submit a new production access request directly from that account.
If the console shows that a request is pending and directs you to provide more information in a ticket that's not accessible, you may need to:
-
Check if you can cancel the current pending request through the SES console in your GovCloud account.
-
If that's not possible, you might need to create a new support case specifically from your GovCloud account to explain the situation.
Remember that while in the sandbox, your SES account is limited to sending only to verified email addresses, with a maximum of 200 messages per 24-hour period and 1 message per second. Getting out of the sandbox will remove these limitations, but you'll still need to verify all identities used as "From", "Source", "Sender", or "Return-Path" addresses.
Sources
Moving out of the Amazon SES sandbox - Amazon Simple Email Service
Request production access (Moving out of the Amazon SES sandbox) - Amazon Simple Email Service
answered a year ago
