AWS

Deploy on AWS

Enterprise-grade deployment with AWS. Maximum flexibility, security, and scalability.

Why AWS?

  • Global infrastructure with 30+ regions
  • Enterprise security and compliance
  • Auto-scaling and high availability
  • Integration with AWS services
  • Free tier eligible

Deployment Options

ECS with Fargate
# Deploy using AWS CDK
npm install -g aws-cdk
git clone https://github.com/openclaw/openclawslack.git
cd openclawslack/aws
cdk deploy
EC2 Instance
# Launch EC2 and SSH in
ssh -i your-key.pem ec2-user@your-ec2-ip

# Run with Docker
docker run -d \
  -e ANTHROPIC_API_KEY=your_key \
  -e SLACK_BOT_TOKEN=your_token \
  -p 3000:3000 \
  openclaw/openclawslack:latest