- Building Serverless Web Applications
- Diego Zanon
- 100字
- 2021-07-15 17:31:34
Cognito pricing
Each user has an associated profile that costs US$ 0.0055 per month. However, there is a permanent free tier that allows 50,000 monthly active users without charges, which is more than enough for our use case.
Besides that, we are charged for Cognito Syncs of our user profiles. It costs US$ 0.15 for each 10,000 sync operations and US$ 0.15 per GB/month stored. If we estimate 1,000 active and registered users with less than 1 MB per profile, with less than 10 visits per month in average, we can estimate a charge of US$ 0.30.
Total: US$ 0.30
推薦閱讀
- OpenDaylight Cookbook
- Visual Basic 6.0程序設計計算機組裝與維修
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Internet of Things with the Arduino Yún
- The Computer Vision Workshop
- 網絡爬蟲原理與實踐:基于C#語言
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Getting Started with Laravel 4
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Arduino計算機視覺編程
- Python大學實用教程
- Android應用開發深入學習實錄
- Training Systems Using Python Statistical Modeling
- PostgreSQL 12 High Availability Cookbook
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐