aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.62k stars 3.91k forks source link

Cannot retrieve elasticache reader endpoint from ReplicationGroup #6585

Closed maxsap closed 4 years ago

maxsap commented 4 years ago

Elasticache introduced reader endpoints for making connection management easier.

At the moment this information seems to be missing whenever you create a replication group

iliapolo commented 4 years ago

@maxsap I believe this information is available on the CfnReplicationGroup object.

You will also find the rest of the attributes on the same. Is that what you meant?

SomayaB commented 4 years ago

Closing for now since there hasn't been a response in a while. Feel free to reopen.