Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECS] [request]: Cannot call ECS services from lambda #2344

Open
mostafafarzaneh opened this issue Apr 30, 2024 · 0 comments
Open

[ECS] [request]: Cannot call ECS services from lambda #2344

mostafafarzaneh opened this issue Apr 30, 2024 · 0 comments
Labels
Proposed Community submitted issue

Comments

@mostafafarzaneh
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
Recently we migrated from AWS Appmesh to ECS Service Connect. We noticed that we can not call our services from lambda anymore. It was working properly under Appmesh.

Which service(s) is this request for?
ECS, fargate

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We want to call services from lambda. So let say we have a service configured with service connect like serviceA.local. We want to be able to connect to this service and send requests.

Are you currently working around this issue?
Because the CloudMap that the service connect builds is API-only and not DNS Query, we need to use AWS SDK ServiceDiscovery to get the IP of the service and then connect to it using IP.

@mostafafarzaneh mostafafarzaneh added the Proposed Community submitted issue label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

1 participant