ECS Service connect Agent support of communication encryption

0

Hello Does ECS service connect envoy proxy support communication encryption between to tasks in the same namespace, do we need to end SSL tunnel in the application container (same scenario if we don't use service connect )or there is a configuration to end the ssl tunnel in envoy proxy. Note I am not using APP Mesh

Youez
已提问 1 年前762 查看次数
1 回答
2

ECS Service Connect does not provide built-in communication encryption between tasks within the same namespace. By default, the communication between tasks in the same namespace is not encrypted.

If you want to secure the communication between tasks within the same namespace, you have a few options:

You can deploy a separate sidecar proxy container (such as Envoy) alongside your application containers. The sidecar proxy can handle SSL/TLS termination and encrypt the communication between your application containers. In this scenario, the communication between the application containers and the sidecar proxy is typically unencrypted, but the communication between the sidecar proxies of different tasks can be encrypted.

The following post maybe can help to you

https://aws.amazon.com/blogs/compute/setting-up-an-envoy-front-proxy-on-amazon-ecs/

profile picture
专家
已回答 1 年前
  • Are u suggesting to use envoy directly instead of service connect?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则