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.
- 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. - In the Users box, click the Create user button.
- Complete the user information form. It is recommended to select "Send an email invitation". The Email address is required.
- Once the form is complete, click the Create user button.
First Time Login
- Navigate to the
AppLink
URL provided in the CDK or CloudFormation output. This is the main URL for the application. - Login with the email and temporary password.
- If login is successful, you will be asked to provide your name and update your password.
- 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.