Caching Flashcards
TRUE or FALSE?
You can use CloudFront to front your Datacenter?
TRUE
What is a better option than CloudFront for blocking individual countries?
WAF
What are two database caching solutions offered by AWS?
Elasticache and DAX
What are the two types of Elasticache?
Memcached and Redis
How does Elasticache work?
By caching common database queries.
What does Redis offer that Memcached doesn’t?
Can function as a standalone database (no-SQL)
Failover and multi-AZ support
Supports backups
If you get an exam question asking for a no-SQL database and DynamoDB isn’t an option, go for…
Redis
If the exam asks for a caching solutions that has backups, choose…
Redis
TRUE or FALSE?
Memcached and Redis can front a relational database.
TRUE
They can front just about any DB, but excel when used with RDS
TRUE or FALSE?
Elasticache and DAX are external caching solutions.
FALSE
They are internal
TRUE or FALSE?
Redis can be a cache as well as a standalone database.
TRUE
What is Global Accelerator?
A networking service that routes traffic through AWS global network infrastructure
What kind of traffic is Global Accelerator meant for?
TCP and UDP
What do the accelerators in Global Accelerator do?
They direct the user traffic to the optimal AWS endpoint.
In Global Accelerator, what do the listener components do?
They process inbound connections.