Git Product home page Git Product logo

amazon-linux-2-ansible-hardening-mitre's Introduction

Amazon Linux 2 Ansible Hardening

This Ansible role will harden an Amazon Linux 2 (AL2) system based on the hardening instructions in the Defense Information Systems Agency (DISA)'s Security Technical Implementation Guide (STIG) for Red Hat Enterprise Linux 7, off of which the AL2 OS is based.

Getting Started

This Ansible role provides a straightforward way to apply security hardening configurations to your Amazon Linux 2 instances. To get started, follow these steps:

  1. Clone this repository to your local machine.
   git clone https://github.com/mitre/amazon-linux-2-ansible-hardening.git

Make sure you have Ansible installed on your local system. If you haven't already installed Ansible, you can do so by following the instructions on the Ansible website.

  1. Create an Ansible playbook that includes this role. For example, you can create a playbook like harden-al2.yml:
---
- name: Harden Amazon Linux 2
  hosts: your_target_hosts
  roles:
    - amazon-linux-2-ansible-hardening
  1. Run Ansible playbook to apply the hardening configurations:
ansible-playbook harden-al2.yml
  1. Monitor the playbook's execution for any errors or warnings.

  2. After the playbook completes, your Amazon Linux 2 instance should be more secure, following the DISA STIG recommendations.

Requirements

License

This project is licensed under the Apache License 2.0. For more details, please see the LICENSE file.

Author Information

This project is a collaborative effort between multiple contributors from MITRE and the open-source community (VMware). If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.

amazon-linux-2-ansible-hardening-mitre's People

Contributors

aaronlippold avatar redhatdan avatar redhatrises avatar smarlaku820 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.