Caching Flashcards
1
Q
Services to return a custom error page
A
Cloudfront + s3
2
Q
Services compatible with cloudfront ? (4)
A
Shield, S3, ELB, EC2
3
Q
what cloudront is used for ? (2)
A
used for caching content closer to users
caching static web application content (can be used for upload : recommend to use CloudFront for upload/download file < 1Gb in size)
4
Q
Usage of Storage Gateway Cached Volumes
A
store your data in S3 and retain a copy of frequently accessed data subsets locally
5
Q
Usage of ElastiCache ?
A
caching database content not S3 content (in-memory database)
6
Q
What could be used to build a fast session store for online application with real time data and high availability ?
A
Elasticache for redis
7
Q
Elasticache Memcached ?
A
- Multi thread
- no data replication
- no high availability