Listing Thumbnail

    Hardened Amazon Linux 2023 by Verified Images

     Info
    Deployed on AWS
    AWS Free Tier
    This product has charges associated with it for the hardened, security-maintained image. A CIS-hardened Amazon Linux 2023 image with automatic security updates, SELinux enforcing, and SSH lockdown, security-maintained by Verified Images.

    Overview

    Open image

    This is a repackaged open source software product wherein additional charges apply for the hardened, security-maintained image (rebuilt and re-verified as new CVEs are disclosed).

    Verified Images publishes a hardened, production-ready build of Amazon Linux 2023. The image ships secure by default and stays current automatically, so you can launch trusted Linux infrastructure in minutes.

    What's included:

    • A security-hardened baseline aligned with the CIS Amazon Linux 2023 Benchmark, Level 1 (Server profile), applied by the same hardening pipeline used across every Verified Images product and verified with OpenSCAP against the native SCAP Security Guide content for this OS (ssg-al2023, cis_server_l1 profile - a first-party CIS mapping, not an adapted substitute from another release; 100.0% of applicable Level 1 controls pass, with 42 documented cloud-compatibility exceptions; verification report available on request). SSH password authentication and root login are disabled, SELinux runs in Enforcing mode, a kernel/network sysctl hardening profile is applied, password-aging and umask defaults are set, and no default passwords or SSH keys are baked in. This hardening also maps to system-hardening requirements in PCI DSS, NIST 800-53, and HIPAA technical safeguards. Verified Images is not affiliated with or certified by the Center for Internet Security; CIS Benchmarks is a trademark of CIS. A full verification report is available on request.
    • SELinux enforcing out of the box: the mandatory access control layer AL2023 ships with is turned on and asserted, not left in permissive/log-only mode.
    • Automatic security updates enabled out of the box (dnf-automatic), keeping the OS patched against CVEs without manual intervention.
    • Time sync via chrony against the EC2 link-local NTP source, and rsyslog + persistent systemd journal logging for a durable audit trail.
    • AWS Systems Manager (SSM) agent preinstalled for keyless, auditable instance management (it ships enabled on Amazon Linux 2023 by default; this image asserts that state).
    • A login banner showing hardening and service status at a glance.
    • Ongoing security maintenance: the hardened image is rebuilt and re-verified against the CIS benchmark as new CVEs are disclosed, so new launches stay current.

    Amazon Linux 2023 is a long-term support release maintained by AWS. Amazon Linux is a trademark of Amazon.com, Inc. or its affiliates; Verified Images is an independent repackager and is not affiliated with, sponsored by, or endorsed by Amazon.com or AWS.

    Highlights

    • Secure by default, natively CIS-mapped - hardened to the CIS Amazon Linux 2023 Benchmark Level 1 using AL2023's own SCAP Security Guide content (ssg-al2023, cis_server_l1); SSH password/root login disabled, SELinux enforcing, sysctl and login hardening, zero baked-in credentials.
    • Stays patched, automatically - dnf-automatic security updates out of the box, chrony time sync, rsyslog + persistent journald logging; SSM agent preinstalled and confirmed enabled.
    • Security-maintained - the hardened image is rebuilt and re-verified against the CIS benchmark as new CVEs are disclosed, so new launches ship current.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    AmazonLinux Amazon Linux 2023

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Hardened Amazon Linux 2023 by Verified Images

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (12)

     Info
    Dimension
    Cost/hour
    t3.small
    Recommended
    $0.06
    t3.micro
    $0.05
    m5.xlarge
    $0.25
    m5.2xlarge
    $0.40
    t3.large
    $0.16
    t3.2xlarge
    $0.40
    t3.medium
    $0.10
    c5.large
    $0.16
    c5.xlarge
    $0.25
    t3.xlarge
    $0.25

    Vendor refund policy

    Refunds are handled through AWS Marketplace in accordance with AWS Marketplace's standard refund policy. To request a refund, buyers should submit a request via AWS Marketplace. For product-related questions, contact support@verified-images.com .

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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

    Initial release: hardened Amazon Linux 2023 image with dnf-automatic security updates, SELinux enforcing, sysctl hardening, SSH lockdown, and SSM agent confirmed enabled. CIS Level 1 100.0% (native ssg-al2023 cis_server_l1, OpenSCAP-verified; 42 documented cloud-compatibility exceptions).

    Additional details

    Usage instructions

    1. Launch this AMI from AWS Marketplace. Choose an instance type (t3.small recommended) and assign your own EC2 key pair for SSH access.

    2. Security group: open TCP 22 (SSH) from your IP. No other ports are required by the base image.

    3. Connect via SSH as the "ec2-user" user with your key pair: ssh -i /path/to/your-key.pem ec2-user@<public-ip> Password authentication and root login are disabled by design. Use "sudo" for privileged commands.

    4. Automatic security updates are enabled (dnf-automatic). No action needed; the OS patches itself for security updates. SELinux runs in Enforcing mode; check status with: getenforce sudo sestatus

    5. (Optional) Manage the instance without SSH keys using AWS Systems Manager: attach an IAM role with the AmazonSSMManagedInstanceCore policy, and the instance will appear in Systems Manager (the SSM agent is preinstalled and enabled).

    6. Questions: support@verified-images.com . Include your instance ID and a description of the issue.

    Support

    Vendor support

    support@verified-images.com  (Verified Images, a DBA of CarmelTech LLC).

    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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.