ERPNext / Redis / Elasticache interaction

Looking at this guide: AWS EKS Fargate ERPNext · GitHub - it’s not immediately clear what the interaction is between Frappe, Redis, Elasticache. What is the communication flow when introducing elasticache?

The part that I’m getting stuck on is the fact that erpnext-values.yaml, defines redisQueueHost, redisCacheHost, and redisSocketIOHost with elasticache URLs but later in the file, it looks like local redis services are still created in the cluster?

1 Like

the gist uses old helm chart before V4.0.0.
values.yaml has changed in V4. helm/README.md at main · frappe/helm · GitHub

here is some info in docs:

1 Like