Hardened MySQL Database Server
Hardened MySQL Community Edition on Linux provides a production-ready MySQL database environment on Amazon EC2. The AMI is preinstalled, securely configured, and optimized for rapid deployment, reducing the time and effort required to install and configure MySQL manually.
Features
- Latest, stable release with OS patches.
- Secured installation.
- Hardened database installation.
How It Works
The MySQL database server is ready for use when an EC2 instance is spun from this AMI. An ideal resource to use with automated infrastructure provisioning when a MariaDB or MySQL database is needed as part of the cluster and available for use immediately.
Supported Platforms
Click on the links below to take you to Amazon Marketplace and subscribe AMI for the supported Linux distribution.
Unsupported Configurations
Kurian releases latest, stable versions of open source software on popular Linux distributions. If you need a configuration that is not currently available in marketplace, send us your requirements to contact@kurianinc.us. Please include the following info in the email:
- Name of Software to be on the AMI with version numbers.
- Linux distribution and the version.
- The EC2 instance type you plan to spin up from the AMI (optional).
Unsupported versions can be built and made available as a private offering.
Configuration
- Besides running mysql_secure_installation for securing the database, no configuration is done.
- SSH into the EC2 instance running the database as user specific to the operating system. See
Remote Access to EC2 Nodebelow to see the users listed. - Connect to the database as
rootusing instance id as the password.
Upgrade
- Spin up a new server instance using a compatible Kurian built AMI.
- Using the related MySQL documentation, migrate old databases to the newly created instance.
Maintenance and Troubleshooting
Kurian can help with configuring the environment set up using this AMI for your specific needs. Contact us with details to contact@kurianinc.us
Remote Access to EC2 Node
Following are the standard AWS defined users available when a node is provisioned:
- Amazon Linux: ec2-user
- Red Hat Linux: ec2-user
- SuSE Linux: ec2-user
- Fedora: fedora
- CentOS: centos
- Debian Linux: admin
- Ubuntu: ubuntu