# AWS ECS Installation Deploy Telegen on Amazon Elastic Container Service (ECS). ## Prerequisites - AWS CLI configured - ECS cluster (EC2 launch type) - IAM permissions for ECS task creation - EC2 instances with Linux kernel 4.18+ ```{note} Telegen requires EC2 launch type due to eBPF requirements. Fargate is not supported. ``` --- ## Agent Mode (Daemon Service) ### Step 1: Create IAM Role ```bash # Create trust policy cat > trust-policy.json < telegen-task-definition.json < telegen-service.json < telegen-collector-task.json <