Please enable JavaScript.
Coggle requires JavaScript to display documents.
M8 elasticity P1 (generic concept (client side caching ? (cache in browser…
M8 elasticity P1
generic concept
-
-
-
-
reverse proxy cache ?
can be placed in front of application and web servers in order to serve a cached version of the HTTP responses
-
cloudwatch
cloudwatch event pt ?
, Amazon EC2 generates an event when the state of an EC2 instance changes from pending to running, and Amazon EC2 Auto Scaling generates events when it launches or terminates instances
-
-
-
-
status (Demo)
Insufficient data?
has just started, the metric is not available
-
-
log
-
can filter, send notification, query
-
-
Ec2 classic
-
for new account, Ec2 is recommended to be placed in VPC
-
Still support, but it might be phase out
-
-
-
Lazy loading point
-
hit &miss ?
- Cache hit is when I foud the data in elastic, no need to step 2 & 3
-
-
TTL
-
-
When an application attempts to read an expired key, it is treated as though the key is not found.
This approach doesn't guarantee that a value isn't stale. However, it keeps data from getting too stale
-
-
Elastic Cache
2 type
Memcache
-
-
Feature
Scaling ??
-
-
if node fail, auto replace with a new node
-
-
-
-
limitation
No supoort Multi-Az, read replica , backup and restore
-
used case
-
-
You need the ability to scale out and in, adding and removing nodes as demand on your system increases and decreases.
You need to cache objects, such as a databas
Redis
-
feature
support primary DB, read replica, Multi-AZ backup and snpahot
-
-
-
-
-
-
-
-
DAX
-
feature
-
-
How it work ?
- Your app write to dynamoDB
-
- your app read the DynamoDB
-
when add new node, client need to be reinitialize?
-
-
-
-
-
-