Skip to content

Instantly share code, notes, and snippets.

@joshmeads
Last active March 6, 2020 10:21
Show Gist options
  • Save joshmeads/2c8432aa105618c6e553eaa4402aa7bd to your computer and use it in GitHub Desktop.
Save joshmeads/2c8432aa105618c6e553eaa4402aa7bd to your computer and use it in GitHub Desktop.
Amazon Linux 2 - Base Config

Amazon Linux 2

sudo yum update -y

Install AV

sudo amazon-linux-extras install epel sudo yum install -y clamav sudo freshclam

Install lynis

sudo yum install -y lynis sudo lynis update info sudo lynis audit system

Install docker

sudo yum install -y docker

Cleanup

sudo yum clean metadata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment