Work in progress :)
Two main components are:
1. S3 service
It offers static web hosting. If your website doesn't need back-end processing, S3 is your place to go. It's cheap because you don't pay for computing resources but only pay for storage resources.
2. CloudFront CDN service for caching
Cloud Services
Two main components are:
1. S3 service
It offers static web hosting. If your website doesn't need back-end processing, S3 is your place to go. It's cheap because you don't pay for computing resources but only pay for storage resources.
2. CloudFront CDN service for caching
Dependencies
Cloud Services
- Amazon Web Services S3 - Resource hosting and deployments
- AWS CloudFront - CDN for SPA
- AWS EKS - Backend API
- AWS DynamoDB - Persistent Datastore
- AWS Cognito - User Authentication
- AWS CloudWatch - Performance and Health checks
- Sentry - Bug Reporting
- Alternates:
- TBD
- Google Analytics - Usage Reporting
- Alternates:
- Mixpanel
- Travis (CI/CD)
- Ionic (Javascript) (Frontend)
- Node.js (Javascript) (Backend)
Comments
Post a Comment