Caching Flashcards
What is Cloudfront?
A CDN (Content Delivery Network)
What is Memcached?
A simple DB caching solution
What database can you only use DAX caching for?
DynamoDB
What data base works best with Elasticache?
RDS
What is Global Accelerator?
A networking service that sends your users traffic through AWS’s global network infrastructure. It can help increase performance and help deal with IP caching
Is CloudFront the only option to add HTTPS to a static website hosted on S3?
Yes
How do caches help improve performance?
Caching allows you to efficiently reuse previously retrieved or computed data.
What type of physical AWS architecture does CloudFront use to improve performance?
Edge Locations
What 2 types of caches are supported by ElastiCache?
Redis and Memcached
CloudFront is commonly used to front ____.
S3 buckets
DAX is designed to sit in front of what AWS data service?
DynamoDB
What’s the place where caches can be best used?
Anywhere possible!
True or False? Global Accelerator is the only AWS service that allows you to create weights for your application endpoints.
False,
Route 53 can do this
What AWS service allows you to easily deal with public IP caching issues?
Global Accelerator