Lightsail container - connect to ElastiCache

0

Hello,

I would like to connect to my ElastiCache (redis) from a Lightsail container, but I can't change the subnet group (VPC) settings for my container.

Is it possible or not?

Regards.

  • So to clarify, you have an Amazon ElastiCache for Redis cluster running in one subnet of your VPC and would like to connect the ElastiCache cluster to a Lightsail container running in another subnet in the same VPC?

    1. I created ElastiCache Redis cluster with Multi-AZ option in eu-central-1a/eu-central-1b zones
    2. I created a Lightsail container service in the same eu-central-1 region
    3. I deployed my image with the redis client to try to connect to the primary endpoint (6379 port) of my Redis cluster
    4. After starting my container, I get the message: "Operation timed out"
    5. Can I connect from a Lightsail container to ElastiCache Redis cluster?
0xFF
已提問 2 年前檢視次數 538 次
2 個答案
0

Hello, and thank you for using Amazon Lightsail.

To do this, you'd want to use Lightsail's VPC Peering feature: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-vpc-peering-with-aws-resources

You would need the ElastiCache Redis cluster to be created in your account's default VPC. Then, after enabling VPC peering in the region within Lightsail, you should be able to connect to your Redis cluster, assuming your cluster's security group rules allow it.

I hope this helps!
-Max

Maxwell
已回答 2 年前
  • Hello,

    Thanks for the answer. I tried and it didn't work for me =( At that moment.. when I was sure that everything was now correctly configured - I still could not connect to the primary endpoint of my ElastiCache Redis.

    Has anyone made a good post or video review about this case?

    Kind regards

0

I think the answer given by Max doesn't consider you're using Lightsail Container Service. What you probably need to do is make use of the peer-vpc cli command (see: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/peer-vpc.html) to peer the lightsail vpc with your default vpc. then add the lightsail cidr to the security group inbound rule as allowed source.

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南