The installation walks the standard LEMP path:
# Ubuntu 22.04 / 24.04 LTS on t4g.small or larger
sudo apt update && sudo apt install -y nginx mysql-server php8.3-fpm php8.3-{cli,mbstring,xml,zip,curl,mysql,gd}
# Download the AcelleMail bundle from CodeCanyon, extract to /var/www/acelle
# Create a MySQL database, run the web installer at https://yourapp.com
The web installer takes seven steps: license validation, DB credentials, mail-from defaults, admin account, SES credentials (or any other vendor), cron-config check, and a final settings sweep. The whole thing is well under 10 minutes if you have the AWS access keys handy.
If you do not want to run your own EC2 host, you can also install AcelleMail on shared hosting (cPanel, Plesk, or any LAMP/LEMP host with PHP 8.3 + MySQL 8) — the cost line then collapses entirely into your existing hosting bill.