Caching
The main types of cache services available are Amazon ElastiCache and Amazon CloudFront.
Amazon ElastiCache provides in-memory caching using popular engines like Redis or Memcached. It helps improve the performance of web applications by storing frequently accessed data.
Amazon CloudFront, is a content delivery network (CDN) service that caches content at edge locations worldwide, reducing latency and accelerating the delivery of web content to users.
Last updated
Was this helpful?