Skip to content

How do I find Amazon Cognito user import errors in CloudWatch logs?

1 minute read
0

I want to review user import errors for my Amazon Cognito user pool in CloudWatch logs.

Resolution

Find import errors

Complete the following steps:

  1. Open the Amazon Cognito console.
  2. Choose your user pool.
  3. Choose Users.
  4. Under Import users, find your failed import job.
  5. Choose View logs to review the CloudWatch log stream for the failed import.
    Example of a CloudWatch log stream:
    [Timestamp]    Cognito User Pools Import - Test Log [Timestamp]    Cognito User Pools Import - Test Log 
    [Timestamp]    [FAILED] Line Number 2 - The User Record contains an invalid value for ph

Related information

Working with log groups and log streams

How do I troubleshoot common errors with the import process in Amazon Cognito?

AWS OFFICIALUpdated a year ago