Oxy home page
Search...
⌘K
Ask AI
oxy-hq/oxy
oxy-hq/oxy
Search...
Navigation
aws
ECS Deployment Architecture
Documentation
Deployment
Authentication
Integrations
Oxy Community
Reference
Learn about deployment
Overview
1. Create Machine
2. Install Oxy CLI
3. Workspace Setup
4. Environment
Docker Deployment
Reference Architecture
aws
Architecture Overview
EC2 Architecture
ECS Architecture
AWS Step-by-Step Guides
Hands-on Guides
Overview
GCP Compute Engine
AWS EC2
On this page
ECS Deployment Architecture
Architecture Components
Container Platform
Storage & Configuration
Infrastructure Specifications
Key Benefits & Considerations
✅ Advantages
⚠️ Considerations
Next Steps
Built-in Authentication (Recommended)
AWS Cognito Authentication
aws
ECS Deployment Architecture
Detailed architecture overview for deploying Oxy on AWS ECS with Fargate
ECS Deployment Architecture
Architecture Components
Container Platform
ECS Cluster
: Managed container orchestration
Fargate Tasks
: Serverless container execution
Auto Scaling
: Automatic scaling based on utilization
Application Load Balancer
: Traffic distribution across tasks
Storage & Configuration
EFS File System
: Shared persistent storage across tasks
Environment Variables
: Runtime configuration via task definitions
AWS Secrets Manager
: Secure storage for sensitive data
Infrastructure Specifications
Workload Size
CPU
Memory
Storage
Tasks
Monthly Cost*
Small
0.25 vCPU
512 MB
20GB EFS
1-2
~$25
Medium
0.5 vCPU
1024 MB
50GB EFS
2-4
~$60
Large
1 vCPU
2048 MB
100GB EFS
3-6
~$150
*Approximate costs in us-east-1 region including EFS storage
Key Benefits & Considerations
✅ Advantages
Auto-scaling
: Automatic horizontal scaling based on demand
High availability
: Multi-AZ deployment with automatic failover
Managed infrastructure
: AWS handles underlying infrastructure
Zero-downtime deployments
: Rolling updates with health checks
Cost optimization
: Pay-per-use pricing model
⚠️ Considerations
Complex setup
: More components than EC2 deployment
Cold starts
: Initial container startup time
Variable costs
: Pricing based on usage patterns
Next Steps
Ready to deploy? Choose your authentication method:
Built-in Authentication (Recommended)
ECS Built-in Auth Setup
- Container deployment with Oxy’s native authentication
AWS Cognito Authentication
ECS Cognito Setup
- Enterprise container deployment with AWS Cognito integration
Both guides provide detailed step-by-step instructions for setting up the complete ECS infrastructure with Fargate.
EC2 Architecture
EC2 Built-in Auth
Assistant
Responses are generated using AI and may contain mistakes.