Problem Description:
On instances launched RHEL 7 AMIs /var/run is not a link to /run. This breaks DBUS upgrades
Expected Behavior:
/var/run is a link to /run in all created AMIs
Actual Behavior:
/var/run is not a link to /run in all created AMIs
(Detailed) Steps to reproduce:
Build new RHEL 7 AMIs from current scripts
(Optional) Fix recommendation:
Add an "end-of-build" type of task to ensure that /var/run is a link to /run.