Accessing AWS ElastiCache (Redis CLUSTER mode) from different AWS accounts via AWS PrivateLink
I have a business case where I want to access a clustered Redis cache from one account (let's say account A) to an account B. I have used the solution mentioned in the below link and for the most part,…