Skip to content

why ECS agent got disconnected

0

Hi, I have configured NACL in that i defined required port for ECS instance with source as a VPC CIDR block and for ephemeral ports source is open i.e.(0.0.0.0/0) the ECS agent is active, but for ephemeral ports if source is VPC CIDR block then ECS agent is showing disconnected and deployed remains stuck in provision state. how to solve this issue? Thanks.

1 Answer
1

Hello.

If you are not using a VPC endpoint, it may be difficult to control it with network ACLs.
Because the ECS Agent's connection destination is managed by AWS, the destination CIDR and source CIDR will fluctuate.
In other words, I don't think it's possible to set a fixed CIDR in the NACL inbound or outbound rules.
If you have set up a VPC endpoint, you should be able to connect by allowing HTTPS in the VPC CIDR in the outbound rules and allowing the well-known port in the outbound rules.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/vpc-endpoints.html

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.