1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
ElastiCache Serverless does not currently support native IPv6 connectivity for cache data plane connections. The NetworkType parameter (ipv4, ipv6, dual_stack) is available for managed ElastiCache clusters and not for Serverless.
The October 2025 announcement Amazon ElastiCache now supports dual-stack (IPv4 and IPv6) service endpoints applies to the AWS management/control plane API, not data plane connections to Serverless caches.
If native IPv6 connectivity to the cache is required, you can use a managed ElastiCache cluster (Valkey 7.2+ or Redis OSS 6.2+) with the --network-type dual_stack or --network-type ipv6 parameter, backed by dual-stack subnets.
Please refer to below documentation: Choosing a network type in ElastiCache
answered 2 months ago
Relevant content
- asked a year ago
