2.1. Create User Pool

Go to the AWS Console and in the search bar:

  1. Enter Cognito.
  2. Select Cognito.

2.1.1

On the Cognito Console homepage, select Create user pool.

2.1.2

Then we will create a User Pool with the following information:

  • Application Type: for simplicity, we’ll choose Single-page Application (SPA).
  • Name: cognito workshop app (or any name you like).
  • Options for sign-in identifier: for simplicity, check email. This is the information we will use to authenticate on login.
  • Required attributes for sign-up: select some attributes such as birthdate, email, and name.

2.1.3

Then click Create user pool.

2.1.4

Result

2.1.5

2.1.6