AWS Notes
- AWS: Predictable, and lots of managed services. I use it at my full-time job, so I didn't have to spend too much time figuring things out. The main services I use are EKS, ELB, S3, RDS, IAM and private VPCs.
- Cloudflare: I use it for DDoS protection, DNS, and caching static assets. It currently shaves off 80% of the egress charges from AWS. Not sure
The Tech Stack of a One-Man SaaS
Nicolay Gerold added
- Terraform: I manage most of my cloud infrastructure with Terraform. I declare EKS clusters, S3 buckets, roles, and RDS instances in my Terraform manifests. The state is sync'ed to an encrypted S3 bucket. This avoids getting into trouble in case something happens to my development laptop.
- Docker: I build everything as Docker images. Even stateful com
The Tech Stack of a One-Man SaaS
Nicolay Gerold added
A Practical Guide to Cloud Migration - Migrating Services to AWS (AWS Whitepaper)
amazon.comemacsbliss added
sari added
Building and Operating a Pretty Big Storage System Called S3
Dr Werner Vogels - https://www.allthingsdistributed.com/allthingsdistributed.comAndrés and added
Pulumi Examples
This repository contains examples of using Pulumi to build and deploy cloud applications and infrastructure across major programming languages.
Each example has a two-part prefix, <cloud>-<language> , to indicate which <cloud> and <language> it pertains to. For example, <... See more
This repository contains examples of using Pulumi to build and deploy cloud applications and infrastructure across major programming languages.
Each example has a two-part prefix, <cloud>-<language> , to indicate which <cloud> and <language> it pertains to. For example, <... See more
pulumi/examples: Infrastructure, containers, and serverless ... - GitHub
Nicolay Gerold added
1. Learn: Read, use, build
Jason Shah • A product manager’s guide to web3
Mila Superstar added