sidebar hamburger menu

Amazon Linux 2 ELS

End of life from June 2026. TuxCare ELS continues to deliver security updates.

Installation

Prerequisites

  • A valid TuxCare Endless Lifecycle Support (ELS) license key
  • Root access to the server
  • TCP port 443 open to cln.cloudlinux.com and repo.tuxcare.com
  • Architecture: x86_64 and aarch64. For other architectures, please contact our [email protected].
  1. Download the install script

    wget https://repo.tuxcare.com/amazonlinux2-els/install-amazonlinux2-els-repo.sh
    
  2. Run with your license key (see Prerequisites above)

    The script registers the server in the CLN with the key, adds a PGP key to the server.

    sh install-amazonlinux2-els-repo.sh --license-key XXXXXXXX
    
  3. Verify that the installation was successful by running the following command

    yum info els-os-release
    

    It should return information about the available package. If the package information is displayed, the installation was successful. After that, you can install updates from the repository using a standard yum upgrade command.

    Example:

    [els@amazonlinux2 ~]# yum info els-os-release
    Loaded plugins: priorities
    Installed Packages
    Name        : els-os-release
    Arch        : noarch
    Version     : 1.0.0
    Release     : 2.amzn2
    Size        : 3.4 k
    Repo        : installed
    Summary     : TuxCare OS ELS repository configuration
    License     : GPLv2+
    Description : This package configures the TuxCare ELS repository for Amazon
                : Linux 2 system.
    

What's Next?