Please enable JavaScript.
Coggle requires JavaScript to display documents.
(AWS Cloud) - Coggle Diagram
AWS Cloud
-
-
Lambda = run code serverless, pay per ms
-
Triggers: API Gateway, S3, SQS, SNS, EventBridge, DynamoDB Streams
-
-
-
-
-
-
-
-
-
-
-
Elastic Beanstalk = deploy applications while AWS provisions/manages the underlying environment (PaaS)
Deployment policies: all-at-once, rolling, rolling with additional batch, immutable, blue/green
-
-
-
-
-
AWS Organizations = multi-account, consolidated billing, SCPs
-
-
-
-
-
-
-
-
CodeBuild = build & test
buildspec.yml defines build phases such as install, pre_build, build, post_build
-
-
-
-
-
Terraform = multi-cloud IaC (HashiCorp), common with AWS
-
-
-
-
-
-
-
-
Global Accelerator = static anycast IPs -> optimal AWS Region endpoint based on health and network performance
-
-
SQS = managed queue, decouple (pull)
-
-
-
-
-
-
-
-
-
-
-
EventBridge = event bus, rules -> targets
-
-
-
-
-
S3 = object storage, 11 9s durability
Data lake, backups, static site; up to 5 TB/object
-
-
-
-
-
-
EFS = elastic NFS shared across many EC2 (multi-AZ, Linux)
-
-
S3 security & encryption
-
Bucket policies and IAM policies can both control access; use S3 Block Public Access as a guardrail against unintended public access
-
RDS = managed relational (MySQL, Postgres, etc.)
-
-
-
-
Aurora = AWS relational, cloud-native
-
-
-
-
-
-
-
- Monitoring & Observability
CloudWatch = metrics, dashboards, alarms
-
-
-
-
-
-
-
-