How to move to AWS SES sandbox mode

0

I am able to move AWS SES from sandbox mode to production mode. But don't know how to move back to sandbox mode.

已提问 2 年前1681 查看次数
1 回答
1

SES Production account cannot be moved back to Sandbox, If you'd like to stop users from using it, you can delete all verified identities and pause the account so that no one can use it again.

Pause using this command:

aws ses update-account-sending-enabled --no-enabled --region us-east-1

Re-enable using this command:

aws ses update-account-sending-enabled --enabled --region us-east-1

Just ensure your updating the correct region to avoid errors.

Here's more information on the above command parameter.

AWS
AWSJoe
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则