Notes: The good parts of AWS

Please buy the book by Daniel Vassallo, these are just my notes.

"Features that have passed the test of time by being at the backbone of most things on the internet."

Dynamo DB

Serverless, NoSQL, fully managed database with single-digit millisecond latency.

S3 (Simple Storage Service)

Object storage.

EC2 (Elastic Compute Cloud)

Rent VM instances.

AWS Auto Scaling

Monitors your applications and automatically adjusts capacity.

VPC (Virtual Private Cloud)

A network firewall / subnet.

ELB (Elastic Load Balancer)

Proxy load balancer.

Cloudfront

Global CDN.

Lambda (Serverless)

Run code without thinking about servers or clusters.

Cloudformation (CF)

Infrastructure as code.

Aurora DB

MySQL and PostgreSQL compatible relational database. Part of their RDS (Relational Database Service) family.

Route 53

DNS Name Server.

SQS (Simple Queue Service)

Fully managed message queuing for microservices, distributed systems, and serverless applications.

SNS (Simple Notification Service)

Pub/Sub push notification service.

Kinesis

Stream data such as event info, analytics for processing down stream.