Hacker News new | ask | show | jobs
by ctalledo 2145 days ago
Got it; the answer is no, because I believe AWS ECS (Fargate) creates the containers using the OCI runc. In order for them to offer system-containers as a service, AWS ECS would need to run Sysbox on their backend to deploy the containers.
1 comments

That should be possible with EC2 nodes for your ECS cluster rather than Fargate.
Yes, as long as you can install Sysbox on the EC2 nodes, you are good to go.