You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our environment we have some boilerplate userdata we need to inject into instances in order to prep them for TK testing. Right now we have userdata copied into a number of projects. It would very useful (and DRY) if we could configure the userdata to be fetched from an HTTP(s) endpoint. This would allow us to keep the userdata in a central place
The text was updated successfully, but these errors were encountered:
That confirms I think what @jjasghar was saying. Looking at this line we are basically doing what ec2 is already doing. Only change would be to add an if/else where the else would say its not a file and just pass along the URL maybe.
Actually like this idea so then when teams are sharing scripts, they can be in a central repo.
In our environment we have some boilerplate userdata we need to inject into instances in order to prep them for TK testing. Right now we have userdata copied into a number of projects. It would very useful (and DRY) if we could configure the userdata to be fetched from an HTTP(s) endpoint. This would allow us to keep the userdata in a central place
The text was updated successfully, but these errors were encountered: