Cette page n'est pas encore disponible en français, sa traduction est en cours. Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
Description
Change your AWS ElastiCache cluster endpoint port to a non-default port.
Rationale
Using the default port puts clusters at risk of exploits and attacks. Configure a custom port to add an extra layer of security to your clusters.
Remediation
From the console
Follow the Finding connection endpoints console documentation to learn how to find and modify your cluster’s endpoint port.
From the command line
Run aws elasticache describe-cache-clusters with your ElastiCache cluster ID to output the existing cluster configuration.
Run aws elasticache create-cache-cluster with the cluster data returned in the previous step. Configure the new cache cluster with a custom value for the endpoint port. This returns new cluster metadata.