Overview
Charges for this image cover the security hardening, optimization, and pre-integration work Hanwei performs on top of the upstream MySQL 8.4 and CentOS Stream 9 projects. MySQL 8.4 is installed from the MySQL community repository, the data directory is initialized and the service is enabled, so the server is listening when the instance finishes booting. This version supersedes the earlier MySQL 5.7 image. The operating system underneath carries the same hardened and tuned baseline used across this catalogue.
What Hanwei Adds to Upstream MySQL 8.4
- Server installed and initialized at build time: packages come from the MySQL community repository, /var/lib/mysql is initialized and mysqld is enabled, so the server accepts local connections as soon as the instance boots.
- Transparent huge pages disabled at boot: a oneshot unit sets them to never before the database starts, following the vendor's guidance. This is not the distribution default, where the tuned virtual-guest profile leaves them enabled.
- TLS material generated per instance, not baked into the image: the server certificate, CA and RSA key pair are removed before sealing and regenerated on first boot, so no two subscribers share a private key.
- Tuning baseline applied identically across the catalogue: the file descriptor limit goes from 1024 to 65536 and the memory-map ceiling from 65530 to 262144; the device receive backlog goes from 1000 to 16384 and the TCP SYN backlog from 128 to 8192, so bursts queue instead of being dropped; socket buffer maxima reach 16 MB for larger autotuned windows; connections keep their congestion window across idle periods; and the journal is capped at 500 MB. The profile raises ceilings only and does not alter protocol semantics or application behaviour.
- Applied hardening beyond the distribution default: SSH is limited to a vetted cipher, key exchange and MAC list, X11 forwarding is off, the login grace period is shortened and verbose authentication logging is on; auditd runs a base rule set for privileged command execution; the kernel drops ICMP redirects on IPv4 and IPv6, logs martian packets, filters reverse paths in loose mode, restricts dmesg, disables setuid core dumps and turns off sysrq.
- AWS operational integration: the SSM Agent is installed and enabled for Session Manager and Patch Manager without an inbound SSH rule; chrony points at the Amazon Time Sync Service; and the root filesystem extends at boot when the volume exceeds the image default.
- Patch level set at the build date: packages come from official upstream repositories at the newest level published when the image was built.
- Repeatable build and EC2 validation: each version comes from the same build process and is launched and exercised on EC2 before release.
Access and Security Posture
- SELinux runs in enforcing mode and auditd records activity against a base rule set.
- Sign in as 'ec2-user' with the key pair selected at launch, then use 'sudo su -' for a root shell. Session Manager is available as an alternative that needs no inbound port.
- Direct root login over SSH is disabled and password authentication is not accepted.
- No authorized keys and no SSH private keys are embedded in the image.
Operational Impact on EC2
- Launch-to-usable-database time is reduced to a single boot cycle.
- Every instance starts from an identical configuration, removing drift between development, staging and production hosts.
- Network services need no per-host limit or backlog adjustment before handling load.
- Clock accuracy comes from the Amazon Time Sync Service, which matters for log correlation and request signing.
- Post-launch patching effort is lower because the package set is current at release.
Where This Image Fits
- Application backends that need a MySQL endpoint on an instance the team controls.
- Migration target for workloads consolidating onto the 8.4 long-term support series.
- Development and test environments recreated frequently from an identical database configuration.
- Content management and e-commerce platforms that expect a MySQL-compatible server.
About MySQL 8.4 and CentOS Stream 9
MySQL 8.4 is a long-term support release, carrying the InnoDB engine, common table expressions, window functions, JSON document support and caching_sha2_password as the default authentication plugin. As an LTS release its behaviour is held stable through the series, with fixes rather than feature changes, and vendor support runs through 2032.
CentOS Stream 9 is a Linux distribution that tracks the development stream of Red Hat Enterprise Linux 9. Packages land in CentOS Stream before they appear in a RHEL minor release, so it stays close to the RHEL package set and toolchain while remaining freely redistributable. It uses dnf, systemd and SELinux, which makes it a predictable base for server workloads that need RHEL compatibility.
Highlights
- WHAT IS PACKAGED - This image provides MySQL 8.4 LTS installed from the MySQL community repository, data directory initialized and the service enabled, with transparent huge pages disabled as the vendor documentation requires and per-instance TLS material generated on first boot rather than shared through the image.
- HOW THE BASELINE IS HARDENED AND TUNED - SELinux enforcing, root login locked and SSH limited to key-based authentication with a vetted cipher, key exchange and MAC list. auditd runs a base rule set for privileged commands. The kernel drops ICMP redirects, logs martian packets and restricts dmesg. The file descriptor limit goes from 1024 to 65536 and the memory-map ceiling from 65530 to 262144; receive and SYN backlogs are enlarged and socket buffers reach 16 MB.
- HOW IT FITS AWS OPERATIONS - The SSM Agent is installed and enabled, so instances can be managed through Session Manager and Patch Manager without an inbound SSH rule. chrony is pointed at the Amazon Time Sync Service, the root filesystem extends automatically when the volume exceeds the image default, and cloud-init handles user-data provisioning in launch templates and Auto Scaling groups.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Dimension | Cost/hour |
|---|---|
t3.small Recommended | $0.04 |
t2.micro | $0.04 |
t3.micro | $0.04 |
c5ad.large | $0.09 |
g6.xlarge | $0.19 |
u-24tb1.metal | $2.389 |
r6idn.xlarge | $0.19 |
m5a.4xlarge | $0.79 |
c5a.xlarge | $0.19 |
c7i.large | $0.09 |
Vendor refund policy
no refund
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
Update to latest
Additional details
Usage instructions
SSH as user 'ec2-user' to the running instance and use sudo to run commands requiring root access.
Use 'sudo su - ' to switch to root.
OS: CentOS Stream 9
MySQL Version: 8.4.11 MySQL Community Server
Installation Information: The MySQL installation user in the system: mysql
MySQL data directory: /var/lib/mysql
MySQL configuration file: /etc/my.cnf
MySQL Port: 3306
Local login method: mysql -uroot -p
To view the initial MySQL root user password, you can check the file located at '/root/mysql-password'. Use the command 'sudo cat /root/mysql-password' to view the initial password for the MySQL root user.
Service Management:
To start/stop/status mysql Service: sudo systemctl start/stop/status mysqld
Please allow SSH port 22, mysql Port 3306 to limited IPs for access.
Resources
Vendor resources
Support
Vendor support
henry.huang@hanweie.com If you encounter problems in the process of using the system, please feel free to contact us by email, thank you!
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.
