Migrate Astrata to ECS
Deploy Astrata application to ECS on EC2 in new account structure.
- Create ECS cluster and service definitions via IaC
- Configure task definitions with appropriate resource limits
- Set up Application Load Balancer with health checks
- Configure networking (VPC, security groups, subnets)
- Set up ECR repository for Astrata container images
- Update CI/CD pipeline to build and deploy to ECS
- Configure environment variables and secrets
- Set up logging (CloudWatch) and monitoring
- Implement auto-scaling policies
- DNS cutover to new deployment
Open questions:
- What is the current Astrata deployment method?
- What are the resource requirements (CPU, memory, instance type)?
- Can Portal and Astrata share an ECS cluster, or separate clusters?