Quick answer Yes for django: django-elasticache Long Answer ElastiCache provides memcached interface so there are three solution of using it: 1. Memcached configured with location = Configuration Endpoint. In this case your application will randomly connect to nodes in cluster and cache will be used with not optimal way. At some moment you will be connected to first node and set item. Minute later
