Architectural overview of Oxy deployment options using AWS infrastructure including EC2 and ECS patterns
Feature | EC2 Deployment | ECS Deployment |
---|---|---|
Complexity | Low | Medium |
Scalability | Manual | Automatic |
Availability | Single AZ | Multi-AZ |
Storage | EBS (10GB) | EFS (Shared) |
Cost | Fixed instance cost | Pay per use |
Maintenance | Manual updates | Managed by AWS |
Debugging | SSH access | CloudWatch logs |
Ideal for | Development, Small teams | Production, Large teams |