Skip to content

Post Deployment Guide

Follow these steps after completing deployment to manage users and logging in as a user for the first time.

Creating Users

User accounts for the application are managed using Amazon Cognito.

  1. Navigate to the Amazon Cognito in the AWS Console and select the User Pool deployed with the solution. Alternatively, you can navigate directly to the user pool by navigating to the UserPoolLink provided in the CDK output/CloudFormation output.
  2. In the Users box, click the Create user button.
  3. Complete the user information form. It is recommended to select "Send an email invitation". The Email address is required.
  4. Once the form is complete, click the Create user button.

First Time Login

  1. Navigate to the AppLink URL provided in the CDK or CloudFormation output. This is the main URL for the application.
  2. Login with the email and temporary password.
  3. If login is successful, you will be asked to provide your name and update your password.
  4. After you complete the name and password update, you will be logged into the application and can get started.

User Guide

Once you've successfully logged into the application, you can start using the application! Head over to the User Guide to learn more.