[07:17] Hi Guys I am trying to integrate cloud-init with RHEL8.4 .For RHEL7 there used to be a rpm for cloud-init-vmware-guestinfo [07:17] The cloud-init rpm upwards of 21.3 i believe dont need the rpm anymore [07:18] can anyone suggest how to deal it between when cloud-init is lower than 21.3 if anyone has tried it [18:18] Does anyone know if there's a trivial way to run cloud init for a Windows EC2 instance from a private AMI?  In other words, if I want to start a Windows server, based on an AMI my colleague created, can I set the Administrator password without knowing it?  Does AWS "User data" allow me to do something like: `net user Administrator [18:18] "some_password"`? [18:20] cloud-init on windows? [18:22] To clarify my question, I think I'm asking: 1) Does cloud-init on Windows and AWS exist? 2) Will it execute automatically for input I provide?  3) Is that input given using AWS "User data"? [18:25] no, cloud-init does not support windows. what you mean is most likely cloudbase-init (https://cloudbase-init.readthedocs.io/en/latest/) [18:30] Aha, thank you!  I've just done some quick reading, and will try to find a cloudbase-init community on libera chat :)