Advanced Architecture (nr) Flashcards
1
Q
Simple stateless web app (2)
Use Case
A
- ELB with Multi-AZ
- Auto Scaling group
Use Case
2
Q
Stateful web app (4)
Use Case
A
- ELB with Multi-AZ
- Auto Scaling group
- Elasticache
- RDS
Use Case
3
Q
Web app with image content (4)
Use case
A
- ELB with Multi-AZ
- Auto Scaling group
- RDS or Aurora MySQL
- EFS for storing large files
Use Case
4
Q
EC2 instances (2)
Fast app deployment
A
- Create Golden AMI with preloaded applications
- Use User Data scripts to customize configuration
Fast app deployment
5
Q
RDS Databases
Fast app deployment
A
Use restore from snapshot to initiate DB
Fast app deployment
6
Q
EBS volumes
Fast app deployment
A
use restore from snapshot to initiate drives with preloaded data
Fast app deployment