I have a 2 AWS ElastiCache Groups both launched into separate VPCs.
I have 2 VPCs, one being named staging
, and the other named production
.
I am able to connect to the ElastiCache redis instances from within my instances just fine.
What I would like to do, is force the redis instances to be ip address 10.0.1.60
in both VPCs.
Is this possible? What is the easiest way to achieve this?