Amazon Linux 2027 Preview Released with Linux 7.1
AWS has launched a public preview of Amazon Linux 2027, boosting performance and security with Linux 7.1, x86-64-v3, and LTO.
AWS began offering a public preview of Amazon Linux 2027 on September 3, 2026. This is the first major generational change since Amazon Linux 2023. It emphasizes performance optimization and enhanced security for cloud workloads. According to reporting by Phoronix’s Michael Larabel, it includes extensive package updates and tuning.
Amazon Linux 2027 packages are also now all built with the -O2 optimization level, packages are built with Link Time Optimizations (LTO) enabled for better performance
As the above quote shows, changes to the build methodology are at the core of this release. Details of the technical changes are described in AWS’s official announcement and release notes. At this stage, it is provided for evaluation purposes and is in the validation phase prior to production migration.
Overview and Changes in Amazon Linux 2027
Amazon Linux 2027 is a Linux distribution maintained by AWS. It is designed for use on virtual machines and container infrastructure. There is a significant time gap since the previous generation, Amazon Linux 2023. As a result, the scope of base component updates is extensive.
It adopts Linux 7.1 as the default kernel. New drivers for accelerators have also been added. The switch to SELinux enforcing mode by default is also significant. It is partially based on Fedora 44 and Fedora 45.
For package management, it adopts DNF5. It features fast dependency resolution and processing efficiency. In operational environments, this could lead to shorter update times. This configuration is expected to be effective in large-scale fleet management.
Cloud-specific tuning has also been applied. Compatibility with AWS compute infrastructure and storage has been improved. This aligns with kernel-side improvements such as those described in Linux Cache Aware Scheduling Extension, MySQL Up to 360% Faster. It reflects a trend toward improving processing efficiency in both the kernel and the distribution.
Performance Optimizations and Design Goals
The most notable feature of this release is thorough build-time optimization. All packages are built at the -O2 optimization level. Link Time Optimization (LTO) has been enabled. They are also built with auto-parallelization enabled.
Packages for x86-64 target x86-64-v3. This assumes the use of AVX and AVX2 instructions. It is a choice that prioritizes execution speed over legacy compatibility. Recent CPUs for cloud computing broadly support it.
As shown in AMD Medusa Point Sets x86 Record in Geekbench, leveraging instruction extensions directly affects performance. Raising the baseline on the distribution side is highly significant. Benefits can be obtained without waiting for individual applications to be rebuilt. Improvements in numerical computation and encoding workloads are of particular interest.
Optimizations for Arm have also been strengthened. This targets AArch64 builds for Graviton instances. Transparent Huge Pages are enabled by default for the malloc heap. This measure aims to reduce memory management overhead and improve transfer efficiency.
Strengthened Default Security Features and
Refreshed Base Components
The move to SELinux enforcing mode will affect operations. Previously, many cases ran with permissive settings. This time, denials and logging are strictly enforced by default. Policy design at initial deployment becomes even more important.
Driver coverage has also expanded with the kernel update. The addition of accelerator drivers targets training and inference use cases. It helps reduce the burden of image and cryptographic processing. This aligns with kernel development trends such as those seen in AMDGPU Splits HDMI Passive VRR Support for Linux 7.4. Continuous incorporation of device support enhances the value of the distribution.
Another feature is the incorporation of elements from Fedora 44 and Fedora 45. Relatively new base components are available. For developers, the newness of libraries and toolchains is an advantage. On the other hand, balancing this with long-term maintenance is seen as a challenge.
The adoption of Linux 7.1 benefits both hardware support and security. Improvements in resource isolation and observability are included. Improved stability is expected in high container-density environments. Custom tuning by the cloud provider has also been added.
Changes in Developer Environment and
Operational Management
The default toolchain adopts GCC 16.1. LLVM and Clang 22 are also provided. Updated versions of Rust and Go are available. The newness of language toolchains directly affects development efficiency.
Defaulting to LTO and auto-parallelization affects build artifacts. Build times may increase in exchange for improved execution speed. There is also an aspect where tracing during debugging becomes more difficult. Separation of build settings for production and development is required.
The migration to DNF5 prompts a review of operational procedures. There are differences in command syntax and plugin handling. In some cases, automation scripts will need to be updated. Checking migration documentation and conducting phased validation are essential.
SELinux enforcement also affects automation. Policy violations that cause disruptions must be detected in advance. Adding checks to continuous integration is effective. Mechanisms for log collection and analysis should also be put in place.
Future Developments and Performance
Validation Challenges
AWS provides details in its official announcement and release notes. Supported instances and availability by Region will also be disclosed sequentially. Because this is a preview, configurations and specifications may change. It is at a stage where production adoption decisions should wait for the final release.
Performance validation remains a future challenge. Phoronix plans to conduct performance measurements soon. The effects of LTO and x86-64-v3 vary depending on the workload. Judgments based on measured values will be important.
Compatibility checks are essential when considering migration. It cannot be deployed on older models that do not support x86-64-v3. SELinux policies and DNF5 behavior also need to be verified. Phased migration and rollback procedures are desirable.
Finalization of the long-term support period and update policy is also awaited. The focus will be on establishing a migration path from Amazon Linux 2023. Attention is also gathering on how container images and virtual machine images will be provided. Further disclosures are expected toward the final release.
Editorial Opinion
On short-term impact. With the arrival of the public preview, validation work is expected to start early. In particular, the move to x86-64-v3 will prompt an inventory of deployment targets. SELinux enforcement and the DNF5 migration will also require fixes to automation scripts. Over the next three to six months, performance measurements in test environments and comparative reports are expected to increase.
On the long-term perspective. Full adoption of LTO is seen as raising the standard for distribution builds. Defaulting to Transparent Huge Pages is assessed to improve the efficiency of Graviton utilization. The new Fedora-based foundation improves the developer experience. On the other hand, dropping older hardware and increased maintenance burden are seen as becoming topics of debate.
Questions from the editors. Whether the trade-off between performance gains and reduced compatibility was justified is at issue. Whether defaulting to enforcing mode yields benefits outweighing the burden on operations is also a point of debate. Whether expanded accelerator support could lead to lock-in for specific use cases also needs examination.
References
- “Amazon Linux 2027 Now in Preview: Powered By Linux 7.1, x86-64-v3 & Built With LTO”, by Michael Larabel — Phoronix, 2026-09-03T21:13:55.000Z (ARR)
- Source URL: https://www.phoronix.com/news/Amazon-Linux-2027-Preview
Frequently Asked Questions
- What is the Amazon Linux 2027 public preview?
- It is a trial version of the next major Linux distribution provided by AWS. It uses Linux 7.1 as the default kernel and includes SELinux enforcement and DNF5 adoption. It is intended for functional verification and migration testing before production use.
- What is the impact of x86-64-v3 support and LTO enablement?
- Builds assuming AVX and AVX2 instructions are expected to improve execution speed. LTO and auto-parallelization also contribute to performance gains. However, it will not run on older hardware, so deployment targets must be checked.
- What should be noted when migrating from Amazon Linux 2023?
- Attention is needed to SELinux enforcing mode, the change to DNF5, and toolchain updates. Automation scripts and container definitions need to be reviewed. Plans should wait for announcement of the final release's support period and migration procedures.
Comments