cisagov / kali-packer

This project can be used to create AMIs based on Kali Linux, a penetration testing distribution.
Creative Commons Zero v1.0 Universal
16 stars 6 forks source link

Kali instances not running userdata #83

Closed jsf9k closed 2 years ago

jsf9k commented 2 years ago

๐Ÿ—ฃ Description

This pull request rebuilds the Kali AMI to pick up the changes from cisagov/ansible-role-ufw#34.

๐Ÿ’ญ Motivation and context

cisagov/ansible-role-ufw#34 fixes a major bug with the UFW SystemD unit file that causes the Kali AMI not to run the cloud-init service. This results in userdata not being run, and hence the EFS file share does not get mounted.

๐Ÿงช Testing

I used these changes to build a new Kali AMI for our COOL staging environment. The new Kali AMI runs cluod-init and successfully mounts the EFS file share.

โœ… Pre-merge checklist

โœ… Post-merge checklist