mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 01:05:56 +03:00
[GH-ISSUE #8] Support for EC2? #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rmurillo21 on GitHub (Sep 10, 2017).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/8
Looks great. Any reason this would not work on an AWS EC2 instance? I noticed Grub/bootloading not sure how that would work on a virtual server. Thanks
@konstruktoid commented on GitHub (Sep 11, 2017):
Hi @rmurillo21, I don't have an EC2 to test it on for the moment, but the only changes that are made relating to GRUB is https://github.com/konstruktoid/hardening/blob/master/scripts/22_auditd#L8 and that shouldn't break anything.
@rmurillo21 commented on GitHub (Sep 11, 2017):
Thanks. I will try it on an EC2 instance on Ubuntu and report back.
@rmurillo21 commented on GitHub (Sep 12, 2017):
Working great on EC2 Ubuntu 16.06! I had to tweak the KexAlgorithms list to support my local putty but that was about it. I has used commas as a delim on FW_ADMIN, which was not correct - it wants spaces.
Thanks
@konstruktoid commented on GitHub (Sep 13, 2017):
Thanks for testing this @rmurillo21, updated the README regarding the spaces.
@sentient commented on GitHub (Jul 30, 2019):
@rmurillo21 thanks for confirming it worked on EC2. I have one question how do you actually got this started on an EC2 instance. It is just the first step how do you install the ubuntu installation software on an EC2 image. Are not all AMI images already pre-configured with an OS?
Just wondering what steps you took
Thanks
@rmurillo21 commented on GitHub (Jul 30, 2019):
I just download the package at startup, via a userdata script. Works great.
On Tue, Jul 30, 2019, 11:57 AM Sentient notifications@github.com wrote: