Cache Flashcards
What are the external AWS caching options?
CloudFront, Global Accelerator
What are the internal AWS caching options?
ElastiCache, DAX
How much should you choose caching solutions?
Always
What is CloudFront?
A content delivery network service that securely delivers static content to customers across the globe. Uses edge locations to reduce latency and provide higher transfer speeds
What is the default connection for CloudFront?
HTTPS
How do select countries in CloudFront?
You can’t, only general areas around the globe
Does CloudFront work with non-AWS endpoints?
Yes
Can you force an edge location to refresh before the TTL ends?
Yes
What is ElastiCache?
An AWS managed version of 2 open source technologies: Memcached and Redis
If you need a database caching solution that has failover and multi-AZ support, what should you choose?
Redis
What is DynamoDB Accelerator?
DAX is an in-memory cache for DynamoDB
If you need a caching solution for DynamoDB, what should you use?
DAX
What is Global Accelerator?
A networking service that sends your users traffic through AWS’s global network infrastructure.
If you need an IP caching solution, what should you use?
Global Accelerator
If you need to weight different regions that your architecture lives in, what should you use?
Global Accelerator