Hacker News new | ask | show | jobs
by omginternets 2146 days ago
Ah sorry, I was unclear: I meant Amazon ECS.
1 comments

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.
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.