This AMI is a LAMP Web Server with phpMyAdmin installed on Amazon Linux 2.
This AMI supports following versions.
- PHP 8.0
- Apache 2.4
- MariaDB 10.5
- phpMyAdmin 5.2
- SuiteCRM 8.2
Web Server
We prepared SSL/TLS so you can access to top page using http:// or https://.
SuiteCRM Page
Once the instance is running, please access your SuiteCRM hosting domain or enter the public DNS provided by AWS (IPv4 Public IP) into your browser.
https://<SuiteCRM host name or IP>/

You can login using admin
username and Password.
Application Password
You can find the password from EC2 management console System Log.
- Go to Amazon EC2 console at https://console.aws.amazon.com/ec2/.
- Chose your Instance and Click Actions → Instance Settings → Get System log

Get System log

You can also SSH into your instance and find the login credential using the following command.
$ cat /home/ec2-user/credentials
////////////////////credentials info////////////////////
--- SuiteCRM
----- Setting : Success
----- User : admin
----- Password : cfo2bnvm0hJamCaq
--- phpMyAdmin
----- Setting : Success
--- MariaDB
----- User : root
----- Password : q7ukASypse9iryon
----- User : suitecrm
----- DB name : suitecrm
----- Password : vbstf7rMvlEnwq4m
////////////////////////////////////////////////////////
Please wait access web application until you can get password about 5 to 10 minutes.
Options
phpMyAdmin
You can access phpMyAdmin after creating ssh tunnel. Please refer to AWS LAMP with PHP 8.1 on Amazon Linux 2