💻
Building and hosting a WebApp
  • Getting started
  • Project setup
    • Requirements
    • Files organisation
    • Lerna
    • Linter
    • Prettier
    • GitHook
    • Testing
    • Conclusion
  • Backend
    • Files organisation
    • Environment config
    • Express API
    • Security
    • Database
    • GraphQL
    • User authentication
    • Conclusion
  • Frontend
    • Create React App
    • Files organisation
    • Styles
    • Apollo Hooks
    • Form management
    • User authentication
    • Writing tests
    • Types generation
    • Conclusion
  • DevOps
    • CI/CD
    • AWS
      • Managing secrets
      • Pricing
      • RDS
      • S3
      • Route53
      • CloudFront
      • Serverless
      • Security
      • CloudFormation
    • Conclusion
  • 🚧Stripe payment
  • 🚧File upload
Powered by GitBook
On this page
  • Pricing
  • How much will it cost?

Was this helpful?

  1. DevOps

AWS

PreviousCI/CDNextManaging secrets

Last updated 5 years ago

Was this helpful?

Pricing

Predicting the bill is sometimes complicated on AWS. Be careful with what resources you are spinning up.

In this tutorial, we assume the app will run in production and use the best resources available to make our app scalable and reliable.

How much will it cost?

This is the break down of the monthly cost of the resources we will use:

  • Route 53:

    • $0.40 per 1,000,000 queries for the first 1 Billion queries

    • $0.50 per Hosted Zone for the first 25 Hosted Zones

  • NAT Gateway: $35 + $0.048 per GB Data Processed

  • Aurora Serverless: $45

The cheapest production-ready Postgres on RDS.