Quiz - Chapter 19 - Caching Overview Flashcards
True or False? Global Accelerator is the only AWS service that allows you to create weights for your application endpoints.
FALSE
Route 53 can also do this
What 2 types of caches are supported by ElastiCache?
Redis and Memcached
ElastiCache is a managed version of Redis and Memcached
What AWS service allows you to easily deal with public IP caching issues?
Global Accelerator can help deal with IP caching issues by providing static IPs.
What type of physical AWS architecture does CloudFront use to improve performance?
Edge Locations
CloudFront uses Edge Locations to speed up the delivery of your content.
Caches are best placed __.
Anywhere Possible
Caches allow you to increase your application performance and are usually a great idea everywhere!
How do caches help improve performance?
They reduce the amount of trips that are required to the source of the data.