Is it possible to configure AWS Cognito to send SMS messages from a different AWS account?
I want to have a script which programmatically creates an AWS account and creates a Cognito user pool within that account. I want this user pool to support multi-factor authentication via SMS. Cognito sends SMS messages using the SNS service.…