3 Answers
- Newest
- Most votes
- Most comments
0
Hi Mick.
There are several ways to find the endpoints. Please see the following documentation page and use your preferred method (Console, CLI, or API).
I hope this helps.
0
Mick, based on the documentation here, it looks you should be able to use the following properties from the redis_cache_cluster
variable to get the endpoint information:
- attr_configuration_endpoint_address
- attr_configuration_endpoint_port
- attr_redis_endpoint_address
- attr_redis_endpoint_port
I hope this helps.
0
I managed to get this working using CodeWhisperer:
redis_endpoint = redis_cache_cluster.attr_redis_endpoint_address
Relevant content
- asked 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 25 days ago
Thanks. What about in the CDK? I want to assign it to an environment variable which can then be used by a lambda.