The most important step for AWS is configuring the Security Group to allow traffic.
Once your EC2 is running, connect to it via SSH and use our Auto-Installer.
For Windows users:
ssh -i your-key.pem ubuntu@your-ec2-public-ip
For Mac/Linux users:
ssh -i your-key.pem ubuntu@your-ec2-public-ip
Then, run this single command to install the bot:
curl -sL https://raw.githubusercontent.com/khartv84/prime-trading-bot/main/install.sh | sudo bash
That's it! The bot is now running and ready to connect.