Cheatsheets 1682060048504
Cheatsheets 1682060048504
Compute
Availability Zones in Operation
§ EC2 instances can launch across multiple subnets
hosted in multiple availability zones
Aurora
§ Relational database engine with 5 times the
performance of MySQL
§ Fully managed – 6-way replication across 3 availability
zones
§ MySQL and PostgreSQL compatible
§ Database engine integrated with SSD Virtual SAN
§ Minimal database storage is10 GB; can scale to 64 TB
in 10 GB chunks
Understanding Durability
Data replication provides the redundant copies of data
S3 – multiple copies within the region, versioning,
cross region replication
EBS Compute
– multiple copies within the facility, manual
snapshots, manual copying between regions
Database Durability
§ Synchronous replication – the transaction is
complete only after it has been durably stored in
both the primary and secondary replicas
§ Synchronous replication has strong consistency
§ Asynchronous replication – changes performed on
the primary node are not immediately performed
on the replicas
RDS Cheat Sheet
§ On-demand provisioning
§ Automated backups
§ Automated
Compute recovery
§ User initiated “manual snapshots”
§ Automated replication
§ Change instance size
§ Change storage size
§ Basic monitoring metrics provided through
CloudWatch
Application Caching Cheat Sheet
§ Store previously calculated data for future use
§ Improve application performance
§ Store and retrieve information from fast in-
Compute
memory caches
§ ElastiCache or read replicas in front of database
servers
EBS Storage Cheat Sheet
§ EBS network attached block storage
§ EBS volumes cannot be shared with multiple EC2
Instances
§ MultipleCompute
volumes can be attached to a single EC2
Instance
§ Volumes can be detached and attached to another
EC2 Instance only in the same AZ
§ Snapshots cannot span across regions
§ Snapshots can be restored to a new volume in the
region
§ Snapshots can be copied to a different region and
restored as a volume in the new region
S3 Storage Cheat Sheet