Oracle's serverless compute service for running containers without managing servers. Like ordering delivery containers - you get exactly what you need without owning the infrastructure.
Data processing jobs use Container Instances for short-term batch processing without long-term server commitments.
All four options run containers without you managing servers. AWS Fargate and OCI Container Instances are commonly used as serverless container compute for tasks/services; Azure Container Instances runs single containers or groups on-demand; Google Cloud Run is a serverless container platform focused on HTTP/event-driven workloads (and jobs), abstracting more of the infrastructure and scaling model.