Overview
This is a repackaged open source software product wherein additional charges apply for support with a 24-hour response time regarding product installation. This AMI is a LEMP Web Server with phpMyAdmin installed on Ubuntu 22 featuring PHP 8.0, Nginx 1.18, MySQL 8.0, phpMyAdmin 5.2 This package has the SSM agent and AWS CLI enabled.
Highlights
- Ready-to-run LEMP Stack with MySQL
- SSM Agent and AWS CLI enabled
- Same pricing for all instance types
Details
Typical total price
$0.049/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t1.micro | $0.03 | $0.02 | $0.05 |
t2.nano | $0.03 | $0.006 | $0.036 |
t2.micro AWS Free Tier | $0.03 | $0.012 | $0.042 |
t2.small | $0.03 | $0.023 | $0.053 |
t2.medium | $0.03 | $0.046 | $0.076 |
t2.large | $0.03 | $0.093 | $0.123 |
t2.xlarge | $0.03 | $0.186 | $0.216 |
t2.2xlarge | $0.03 | $0.371 | $0.401 |
t3.nano | $0.03 | $0.005 | $0.035 |
t3.micro AWS Free Tier | $0.03 | $0.01 | $0.04 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
There is no refund on hourly subscription, but you can cancel any time.
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Additional details
Usage instructions
Thank you for using the Classmethod LEMP Stack. This AMI is based on Ubuntu 22.
- Once the instance is running, you can connect to the operating system via SSH using your Amazon private key and the username 'ubuntu.'
- For the DB server password, you can find it in the EC2 management console System Log. Select your instance -> Actions -> Monitor and troubleshoot -> Get System log. Alternatively, you can SSH into your instance and find the login credentials using the following command: $ cat /home/ubuntu/credentials.
- You can access phpMyAdmin after creating an SSH tunnel. For example, create an SSH tunnel by executing the following command: $ ssh ubuntu@{ipaddress} -i {ssh-key-file.pem} -N -L 8080:localhost:80. After creating the SSH tunnel, you can access the phpMyAdmin Welcome page at http://localhost:8080/phpMyAdmin .
- If you want to use a MySQL user 'debian-sys-maint,' please set up the password with the MySQL root user. mysql> ALTER USER 'debian-sys-maint'@'localhost' IDENTIFIED BY 'YOUR_PASSWORD'; mysql> flush privileges;
- If you are installing additional required PHP modules, install them with the PHP version. For instance, $ sudo apt install php8.0-mbstring.
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.