Comments
  1. technically.dev13 min
    1 read1 comment
    10
    technically.dev
    1 read
    10
    You must read the article before you can comment on it.
    • deephdave
      Top reader of all timeScout
      3 years ago
      • EC2 to deploy our web app in a few Docker containers
      • Lambda to process form submissions on the marketing site
      • EBS for block storage connected to our EC2 instance(s)
      • S3 to store backups and files for the app and marketing site
      • Route53 to connect our domain name to our AWS servers
      • RDS (Postgres) as our managed database for our web app
      • Cloudfront as our CDN for serving assets quickly
      • VPC to isolate our resources into a private, secure network
      • Backup to back up our data across services
      • Redshift to store analytics data as our data warehouse