Removing EBS or EFS and use EC2 root-device

I am using ECS and deploy stateless application that requires no state to persist. If I use smaller volumes I get the slower one which makes docker image caching slow.

Is there a way to remove all EBS volumes and use the EC2 root-device (that is EBS BTW)