Container orchestration platform with AWS ECS compatibility. Deploy and manage containerized applications with automatic scaling, load balancing, and service discovery.
Resource | Unit | Price | Notes |
---|---|---|---|
CPU | per vCPU hour | £0.04048 | Fargate pricing model |
Memory | per GB hour | £0.004445 | Pay only for what you use |
Storage | per GB month | £0.2877 | Persistent volume storage |
Load Balancer | per hour | £0.0225 | Automatic load balancing |
Manage your orchestration through our professional console interface:
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
```
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.