...
Launch EC2 instance
Choose Ubuntu 20 (ubuntu-focal-20.04) AMI
Instance Type as t3.medium
Security group to allow from any source IP
SSH (port 22)
HTTP (port 80)
HTTPS (port 443) and
Custom TCP Port 2502, 60002, 5000, 5002, 60001, 60002, 60003, , 60004, 60005, 60006 (for Stun, Docker, Roost)
Root volume storage should be 20 GB or more
Preferred separate EBS volume of 100GB
Enable Avoid Accidental Termination and disable EBS delete on termination
Add tags and key-pair and launch
Download key-pair; change permissions to 0400
Review configuration and Launch Instance
Connect to EC2 using SSH once it is running
...