Adding Authentication with AWS Cognito
Learn how to configure AWS Cognito using AWS Amplify CLI.
We'll cover the following...
- Introduction to AWS Cognito
- Getting started
- Step 1: Select the AWS access keys
- Step 2: Enter credentials
- Step 3: Select region
- Step 4: Select editor
- Step 5: Select the type of the app
- Step 6: Select framework
- Step 7: Enter the source directory path
- Step 8: Enter on distribution directory path
- Step 9: Enter the build command
- Step 10: Enter the Start command
- Step 11: Modify the backend
- Step 12: Run the amplify add auth command
- Step 13: Select Default configuration
- Step 14: Log in to the application
- Step 15: Advance settings
- Step 16: Create AWS Cognito
- Conclusion
Introduction to AWS Cognito
One advantage of AWS Cloud, like other cloud services, is that we’re in charge of the billing. It’s important to understand the pricing of each AWS product we want to use since the products we use determine our bill. As such, we should be diligent about managing our AWS account to ensure that our bill remains within budget. Most AWS products have free monthly tiers, which means we can enjoy low billing each month.
The Cognito, Your User Pool feature has a free tier of 50,000 MAUs for users who sign in directly to Cognito User Pools and 50 MAUs for users federated through SAML 2.0-based identity providers. 50,001-100,000 (after the 50,000 free tier) $0.0055
By the time you exhaust 100,000 users in your application, you’ve built a successful application, and bills will be easy to settle.
Getting started
Once you run the command below, you will be prompted to select the configuration you want in your application. Only select manual if you know what you are doing. Otherwise, select the default configuration.
After clicking the “Run” button, we will follow these steps to reach the desired output:
Step 1: Select the AWS access keys
Once the terminal is loaded, the below option will appear. Select AWS access keys
: