-
Notifications
You must be signed in to change notification settings - Fork 4k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-ecs-patterns: service connect support #26973
Comments
Yes that would be awesome! Please help us prioritize this feature request with upvotes 👍. Thanks! |
@pahud Can I take this? |
Is it currently possible to connect I am running the frontend and backend in different ECS clusters, not sure if that is a problem. These errors are showing up in the service connect logs: The frontend service This is my approach: SharedCloudMapStack
BackendStack
FrontendStack
|
After setting up a similar app architecture in ECS copilot CLI and observing what it does, I determined that Security Groups which allow ingress are also required to get this working. I added this CDK code to my stack:
then add the security groups for the services:
And for the ALB:
Maybe the docs should be updated to note the security groups requirement for developers as this was not clear to me. |
Describe the feature
At this time the different *Service (eg ApplicationLoadBalancerFargateService) that can be created with the ECS Patterns lib do not support ECS Service Connect as available in the ECS module.
Use Case
Support ECS Service Connect
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.93.0
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: