I am using my elasticache redis with redisson in java,
the config should be the list of all nodes, not the aws primary/reader endpoint.
I am trying to get it as output of my terraform script but it seems that I can only
get the name of each node (member_clusters) but not the FQDN.
aws cli describe-replication-group return more information with NodeGroups and NodeGroupMembers that have all the information I need.