CIS Hardened Image Level 1 on Ubuntu Linux Server 22.04 LTS logo

    CIS Hardened Image Level 1 on Ubuntu Linux Server 22.04 LTS

    This product has charges associated with the pre-built hardening to the CIS Benchmarks™ and recurring maintenance. The CIS Hardened Images® are hardened in accordance with the associated CIS Benchmarks, an industry best practice for secure configuration. Reduce cost, time, and risk by building your AWS solution with CIS AMIs.

    Ratings and reviews

    2.5
    2 ratings
    5 star
    4 star
    1 star
    0%
    0%
    50%
    50%
    0%
    2 AWS reviews

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (2)
    vu

    If you want open port on this CIS image

    Reviewed on Apr 02, 2025
    Review from a verified AWS customer

    https://medium.com/@venkateshprasaddasari/install-postgres-16-on-cis-ubuntu-22-04-056da68aee18

    sudo apt-get update
    apt install ufw
    sudo apt-get install iptables-persistent
    sudo nft insert rule inet filter input tcp dport {db_port} accept
    sudo iptables -A INPUT -p tcp --dport {db_port} -m state --state NEW -j ACCEPT
    sudo netfilter-persistent save

    Stephen

    Is this image joke?

    Reviewed on Mar 15, 2023
    Review from a verified AWS customer

    Pretty disappointed to see glaring syntax errors in /etc/pam.d/common-auth and /etc/security/faillock.conf, and these produce actual errors you can see in the system log.

    My advice to anyone out there, don't trust these guys at CIS. They just in it for the money.