# Vapor: Serverless ElastiCache Support

DevFeed: [Vapor: Serverless ElastiCache Support](<https://devfeed.tech/articles/vapor-serverless-elasticache-support-3975.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-serverless-elasticache-support>)

Author: Joe Dixon

Published: 2023-12-21T11:06:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cache](<https://devfeed.tech/tags/cache.md>), [cli](<https://devfeed.tech/tags/cli.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [go](<https://devfeed.tech/tags/go.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [redis](<https://devfeed.tech/tags/redis.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

## AI overview

Laravel Vapor now supports provisioning and managing AWS serverless ElastiCache directly through the Vapor dashboard or CLI. The Redis-backed serverless cache can scale automatically, distribute data across availability zones, and provide encryption by default.

## Source excerpt

Recently, AWS announced a new addition to the ElastiCache service, serverless ElastiCache. Serverless ElastiCache radically simplifies the management of your cache, negating the need to provision a f...