(aws-ecs): Support TLS on ServiceConnect services #32583
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Service Connect permits TLS between (traffic encryption) for connections to services (e.g. from ALB to a service in ECS)
This can be enabled with the console, or with Cloudformation, but it seems not yet with CDK
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/enable-service-connect-tls.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectservice.html
Can we get a "TLS" option added to ServiceConnectService?
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs.ServiceConnectService.html
Use Case
I need to be able to use CDK to secure internal connections to ECS/Fargate services
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.172.0
Environment details (OS name and version, etc.)
CDK running on macos or alpine linux
The text was updated successfully, but these errors were encountered: