Resilient architecture Flashcards
4 design pillars
- resilient storage
- decoupling mechanisms
- Multi-tier architecture solution
- Design highly available/fault tolerant systems
EC2 Instance store is …
ephemeral volume
EC2 instance store should use for …
caching/temporary data which is replicated somewhere else
Elastic Block Store connects to …
one EC2 instance at a time.
EBS supports two things
- Encryption
2. Snapshots
EBS and EC2 lifecycle is …
independent
EBS has 4 types
- gp2 - general SSD
- IOPS SSD
- st1 - throughput optimezed HDD
- sc1 - cold HDD
SSD is good for
random access
HDD is good for
sequential access
Amazon EFS is
File storage in the cloud
Amazon EFS can be connected to …
multiple EC2 instance.
Amazon EFS is compatible with
linux based AMIs for EC2 but not for Windows.
Amazon EFS connects through
mount points
Amazon EFS can connect to …
a single VPC at a time.
Amazon S3 consistency model
Strong consistency for no object response.
Eventual cons. for updates.