Why do we use caches?
To place content closer to end users
What 2 places do you place caches?
What is Cloudfront?
Content delivery network for external caching for placing resources globally using AWS Edge Location
What are 4 caching services?
Why use CloudFront? 4 things
What is a major restrictions on CloudFront?
Can you use Presigned URLS or Cookies?
Yes you can give temporary access content using presigned urls/cookies with CloudFront
What are the 2 SSL options with CloudFront?
You can use a default ssl certificate or give a custom ssl certificate with your own domain name to be used with CloudFront
What is ElastiCache?
AWS Managed caching service using Redis or Memcached
Can Redis be used as a database?
Yes Redis can be a standalone NOSQL database as well as a caching solution
What are the 4 difference between Redis and Memcached?
What is DAX?
DynamoDB Accelerator, in memory caching for milliseconds down to microseconds
What location is DAX located?
What are 2 benefits of DAX other than the reduced latency?
2. Has lots of configurations for you
WHat is GLobal Accelerator?
Uses AWS global network (Edge locations) to help increase performance
How do you solve the issues of IP Caching by end users?
You can uses Global Accelerator
How does GLobal Accelerator solve IP Caching?
It gives 2 static ips to end users, and Global Accelerator sits between end users and the ELB
What are 3 benefits of Global Accelerator?
Do you have to use the 2 static IP’s from AWs? for Global Accelerator
No, you can bring your own custom ip’s
IF you see in memory databse on exam what should you pick? favor which of them?
2. Favor DynamoDB
Does DAX have backups?
No it does not, it is not a database solution