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 LAMP Web Server with phpMyAdmin installed on Ubuntu 22.04 LTS, featuring PHP 8.1 Apache 2.4, MySQL 8.0, phpMyAdmin 5.2 This package has the SSM agent and AWS CLI enabled.
Highlights
- LAMP on Ubuntu 22
- PHP 8.1, Apache 2.4, MySQL 8.0, phpMyAdmin 5.2
- SSM agent, AWS CLI
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 |
---|---|---|---|
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 |
t3.small | $0.03 | $0.021 | $0.051 |
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 LAMP AMI with MySQL. This AMI is based on Ubuntu 22.
- Once the instance is running, you can connect to the operating system via SSH with your Amazon private key and the username 'ubuntu'.
- You can find DB initial password from EC2 management console System Log. You can also SSH into your instance and find the login credential using the following command. $ cat /home/ubuntu/credentials
- You can access to phpMyAdmin after creating ssh tunnel. $ ssh ubuntu@{ipaddress} -i {ssh-key-file.pem} -N -L 8080:localhost:80
- 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 php version. For instance. $ sudo apt install php8.1-mbstring
Resources
Vendor resources
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.