- Newest
- Most votes
- Most comments
Hello,
From your query, I understand that you are trying to create a MemoryDB cluster for Redis with CloudFormation and want to output the cluster endpoint but you are facing error’s.
In order to fix the issue, please try to use : "!GetAtt memoryDBClusterRedis.ClusterEndpoint.Address" in the Outputs value.
See the below snippet:
Outputs:
ClusterAddress:
Description: "The cluster Address"
Value: !GetAtt memoryDBClusterRedis.ClusterEndpoint.Address
The above approach should be fixing the error and you should be able to create the Cluster and output cluster’s address.
Thank you for bringing this issue to our attention. We're always looking forward to make our services easier to use for our customers, therefore I’ll be submitting the feedback internally to modify the AWS Documentation accordingly.
If you face any further errors or issues, then I would suggest you to open a support case with AWS for further troubleshooting. You can use the following link for the same: https://support.console.aws.amazon.com/support/home#/case/create
Relevant content
- asked 10 months ago
- Accepted Answerasked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 4 months ago