I've doubt related to ECS fargate Memory Usage.
- I've created a Task Definition(0.5vCpu 1GB RAM) with fargate, and launched it via service.
- I've also created the Cloudwatch Dashboard for monitoring.
- I've seen that when my task is not in use, It uses 10-15% of Memory, and CPU is almost 0 when not in use.
Can Anyone can explain me? Like is there any Docker master or some daemonset is taking the memory from task Definition.