Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(deadline): Add UserData property to WorkerInstanceFleet #780

Open
1 of 2 tasks
ddneilson opened this issue Aug 22, 2022 · 0 comments
Open
1 of 2 tasks

(deadline): Add UserData property to WorkerInstanceFleet #780

ddneilson opened this issue Aug 22, 2022 · 0 comments
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@ddneilson
Copy link
Contributor

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...

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@ddneilson ddneilson added needs-triage This issue or PR still needs to be triaged. feature-request A feature should be added or improved. labels Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant