Skip to main content

AWS Deployment

Architecture​

  • EKS — Managed Kubernetes cluster
  • RDS — PostgreSQL database
  • ElastiCache — Redis cache
  • S3 — Data and artifact storage
  • CloudFront — CDN for documentation

Quick Deploy​

ash proai deploy aws \ --region us-east-1 \ --license-key YOUR_KEY \ --cluster-size medium

CloudFormation​

ash aws cloudformation create-stack \ --stack-name proai \ --template-url https://templates.proai.io/aws/latest.yaml \ --capabilities CAPABILITY_IAM

See Also​

  • Azure — Azure deployment
  • GCP — GCP deployment