pulumi-aws icon indicating copy to clipboard operation
pulumi-aws copied to clipboard

How to get the primary endpoint of an aws.elasticache.Cluster?

Open lyenliang opened this issue 2 years ago • 0 comments

I just created a single node redis using aws.elasticache.Cluster().

I'm wondering how to retrieve its primary endpoint so that I can create a route53 record pointing to it.

I've read all of the output variables, but can't find something like primary_endpoint.

Does anyone know how to get the primary endpoint of a single node redis?

image

lyenliang avatar Jan 27 '22 03:01 lyenliang