aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.22k stars 321 forks source link

[ECS] [Fargate]: Allow the use a Private CA without AWS Private CA in Service Connect #2367

Open aburgett87 opened 5 months ago

aburgett87 commented 5 months ago

Community Note

Tell us about your request Enhance the TLS support of service connect to use private certificates from an EFS volume.

Which service(s) is this request for? ECS Service Connect

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Server load balancing and encrypting inter-service traffic with service connect. We currently encrypt inter-service traffic without load balancing using private certificates from an ECS Fargate task. Service connect ticks all of the boxes except using a CA besides AWS private CA.

Are you currently working around this issue? Yes, by allowing unencrypted traffic

dgalichet commented 2 months ago

With the end of support for AWS App mesh, we will have to migrate to Service Connect, we definitely would like to be able to use our own CA as it was supported by AWS APP Mesh.