Amogh Rathore
Amogh Rathore
Hi @hmahmood . There is no `/tasks` V4 metadata endpoint. Do you mean `/task` endpoint? https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v4-fargate.html
@hmahmood Port mappings are not applicable to `awsvpc` network mode and that's why task metadata does not include it in its response. I see that documentation of `portMappings` suggests that...
@hmahmood There is no port assignment when using awsvpc network mode. Task gets a dedicated ENI and network namespace in awsvpc network mode and does not use the host's default...
Please reopen if you have any more questions.
Thanks for opening this issue @xploshioOn and sorry that you are having trouble using ECS. Sorry for the delay in our response. > If we connect to the instance, the...
Please reopen the issue with the additional information requested above when you have it :)
Hi @zxkane. We will need to more logs from your container instance to investigate this issue. Can you please enable `debug` logs by adding `ECS_LOGLEVEL=debug` to your ecs configuration file...
Hi @Cameronsplaze. Thanks for opening this issue. > Is there a way I can remove the pre-existing /data container path before mounting the access_point, so the two don't conflict? So...