Elasticache Serverless Memcached "Connection closed by foreign host"

0

I am trying to set up a serverless Memcached for an ECS service deployed through Fargate, which is running a Golang app.

The service in ECS as well as the serverless Memcached are in the same VPC and have the same security group, where I allowed 11211 port access.

The Golang app throws a timeout when trying to connect to the Memcached.

I also set up an EC2 on the same VPC and security group from where I tried to connect with

telnet memcached-*.serverless.use1.cache.amazonaws.com 11211

Connected to default. memcached-*.serverless.use1.cache.amazonaws.com.
Escape character is '^]'.
stats
Connection closed by foreign host.

As soon as I run stats the connection is closed, as highlighted above.

PS: I tried setting up a cluster also. This one works as expected.

Robert
posta un mese fa176 visualizzazioni
1 Risposta
0

Is DNS ok ? Verify that the endpoint configuration for the serverless Memcached instance is correctly set up and accessible from within the VPC. If there are any DNS resolution issues or endpoint misconfigurations, it could prevent successful connections.

profile picture
ESPERTO
con risposta un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande