Container orchestration platform with AWS ECS compatibility. Deploy and manage containerized applications with automatic scaling, load balancing, and service discovery.

Pricing

ResourceUnitPriceNotes
CPUper vCPU hour£0.04048Fargate pricing model
Memoryper GB hour£0.004445Pay only for what you use
Storageper GB month£0.2877Persistent volume storage
Load Balancerper hour£0.0225Automatic load balancing

Key Features

  1. AWS ECS-compatible container orchestration
  2. Automatic scaling based on resource utilization
  3. Built-in service discovery and load balancing
  4. Support for both EC2 and Fargate launch types
  5. Integration with container registries and CI/CD pipelines

Console Interface

Manage your orchestration through our professional console interface:

  • Real-time monitoring and analytics dashboard
  • One-click resource creation and management
  • Automated configuration and deployment capabilities
  • Security configuration and access controls
  • Integration with existing development workflows

Amazon ECS Compatibility

Our Orchestration service provides full compatibility with Amazon ECS APIs, enabling seamless migration of containerized workloads.

Key compatibility features:
• Complete ECS API compatibility
• Task definitions and service management
• AWS CLI and SDK integration
• Fargate and EC2 launch type support
• CloudFormation template compatibility

Example AWS CLI usage:
```bash
aws ecs create-cluster --cluster-name my-cluster --endpoint-url https://aws.piranha.sh
aws ecs register-task-definition --family my-app --cli-input-json file://task-definition.json
aws ecs create-service --cluster my-cluster --service-name my-service --task-definition my-app
```

Getting Started

Deploy your first containerized application:

1. **Create Cluster**: Set up a new container orchestration cluster
2. **Define Tasks**: Create task definitions with container specifications
3. **Deploy Services**: Launch services with desired replica counts
4. **Configure Networking**: Set up load balancers and service discovery
5. **Monitor & Scale**: Use built-in monitoring and auto-scaling capabilities

Compatible with Docker containers and standard orchestration tools.