-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Add support for deploying Tangle on AWS infrastructure.
Target architecture:
- ECS/Fargate for running pipeline container tasks
- ECS/Fargate for hosting the backend (API Server + Orchestrator)
- S3 for artifact and log storage
- Aurora Serverless for database
Key components needed:
- S3 storage provider (similar to
HuggingFaceRepoStorageProvider) - ECS/Fargate launcher (implementing
ContainerTaskLauncherinterface) - AWS-specific entry point script
- IAM role configuration
Related: HuggingFace deployment (#32), Kubernetes launcher support