(deadline): Add UserData property to WorkerInstanceFleet #780
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
The current WorkerInstanceFleet construct does not allow providing a UserData object at creation for it to use. The feature request is to make it possible to do so.
Use Case
Some UserData needs to be run on every start of the instance, or at least survive a reboot. e.g. When joining an instance to an AD and then to an FSxWindows drive you must join the AD, reboot the instance, and then join the FSx. Doing this in UserData requires persisting the UserData; persisting UserData can only be done on Linux by using a Multipart UserData rather than an ordinary UserData.
Proposed Solution
Simple enough. PR incoming...
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: