Overview
Cloudwrxs Solution with MySQL on Red Hat Enterprise Linux (RHEL) 8 offers a robust, scalable, and secure data platform tailored for modern application and data management needs. Built on the stability of RHEL 8 and the flexibility of MySQL, this solution supports a wide range of workloads from web applications to enterprise systems while ensuring high availability and performance. Easily manage structured data with advanced querying, transaction support, and strong community-driven enhancements. With features such as automated backup, user access controls, and performance tuning capabilities, organizations can ensure data integrity, streamline operations, and power data-driven decision-making. Partner with Cloudwrxs to accelerate your digital transformation with a proven, open-source database solution on a trusted enterprise Linux foundation.
Highlights
- Reliable Data Management Manage structured data efficiently with MySQL proven relational database capabilities on RHEL 8. High Availability and Performance Achieve fast query execution and robust transaction handling for web, cloud, and enterprise applications.
- Security and Access Control Protect data with user authentication, role-based access, and RHEL 8 enterprise-grade security features. Scalability and Flexibility Scale with ease to support growing workloads and adapt to diverse data use cases.
- Expert Support Leverage Cloudwrxs expertise for streamlined deployment, configuration, and optimization of MySQL environments.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Cost/hour |
---|---|
t3.large Recommended | $0.59 |
r6i.xlarge | $0.59 |
t3.medium | $0.59 |
m6i.4xlarge | $0.59 |
m6i.large | $0.59 |
Vendor refund policy
You may terminate the instance at anytime to stop incurring charges.
How can we make this page better?
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
Cloudwrxs MySQL Q1 2025
Additional details
Usage instructions
- Launching the EC2 Instance 1.1. Navigate to the AWS EC2 Console - Launch Instance.
1.2. Select the AMI provided (MySQL-ready RHEL 8 AMI).
1.3. Choose an instance type, e.g., t2.micro (or a larger instance for production).
1.4. Create or select an existing SSH Key Pair:
-
Save the .pem private key securely.
-
This key will be used for SSH access.
1.5. Configure the Security Group:
-
Allow SSH (port 22) inbound access (preferably limited to your IP).
-
Allow MySQL (port 3306) inbound access if remote database access is needed (limit by IP range for security).
1.6. Launch the instance.
- Connecting to the EC2 Instance 2.1. Connection Prerequisites
-
Ensure you have your SSH private key (.pem) file available.
-
You must log in to the server using the default user: cloud-user.
-
The server is configured for key-based authentication only:
Password login is disabled (PasswordAuthentication no).
Root login is disabled (PermitRootLogin no).
-
SSH is available on the default port 22.
2.2. For Linux/macOS Users (Terminal)
-
Connect using the following SSH command: ssh -i /path/to/your-key.pem cloud-user@<EC2_Public_IP>
-
Replace /path/to/your-key.pem with the correct path to your SSH key.
-
Replace <EC2_Public_IP> with your instances public IP address.
-
Set correct permissions if necessary: chmod 400 /path/to/your-key.pem
2.3. For Windows Users (Using PuTTY)
-
Convert the .pem file to .ppk format using PuTTYgen.
-
In PuTTY:
-
Host Name: ec2-user@<EC2_Public_IP>
-
Port: 22
-
Load your .ppk private key under Connection - SSH - Auth.
-
- Accessing MySQL
- After successfully SSH'ing into the instance:
3.1. Switch to the root user (if needed): sudo su -
3.2. Login to MySQL: mysql -u root -p
- When prompted for the password, enter: MySQL root password: Cloudwrxs@123
- Instance Security Settings
-
OS login: SSH key-based only (no passwords allowed).
-
Password Authentication: Disabled (PasswordAuthentication no).
-
Root SSH Login: Disabled (PermitRootLogin no).
-
SSH Port: Default 22.
-
MySQL Port: Default 3306 (only open if needed and secured).
- External Requirements
-
An SSH Key Pair must be created during instance launch.
-
Proper Inbound Rules must be configured in the Security Group for SSH and (optionally) MySQL.
-
A local MySQL client is recommended if connecting remotely.
Support
Vendor support
For more details or a personalized pricing proposal, please contact us at:
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.