Jacob Emmert-Aronson
Jacob Emmert-Aronson
This pull request is one of several changes I made in the course of adapting the wordpress-fargate recipe to my own use. I decided to break up the changes by...
This pull request consists of two changes: encrypting EFS's file storage, and restricting the TLS settings to only use modern ciphers. Web browsers have already started disabling earlier TLS versions;...
This change tightens down all the security group definitions. The wordpress security group previously went unused. I've now assigned it to the ecs cluster and reworked the security group rules...
In this change, I'm kicking the Aurora cluster's engine over to mysql 5.7. I also discovered during testing that cluster creation errors out if the AWS region has more than...
This dramatically improves the experience of running python-based actions workflows. It adds roughly 7MB of space to the Ubuntu 20.04 image and 22MB to Ubuntu 22.04. resolves: #61
### Component homectl, systemd-homed ### Is your feature request related to a problem? Please describe Systemd-homed's LUKS storage backend currently hardcodes the LUKS sector size to [512 bytes](https://github.com/systemd/systemd/blob/20e72c2bd42ddd2f39f3f4ac2384c4fecd4ff444/src/home/homework-luks.c#L1763). This results...