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
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[x] All relevant type-of-change labels have been added.
๐ฃ 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