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
@francis-ve You're correct, Vagrant is not a great option.
This summary is old, we are solving this gap by standing up an ECS cluster in AWS, so that we do not need to configure the local machine much, and the installer can be run from anywhere that has AWS credentials.
We are tracking this effort in #424 (Add ECS support) and #382 (Rewrite installer to support cross-platform execution)
Split out from #110
Right now we require/assume you are running the installer from a CentOS 7 box in EC2.
We should support running the installer from any kind of OS, from your local laptop, etc.
One way to do this might be to create a "script container" Docker image to replace the current CentOS box. Vagrant is also an option.
The text was updated successfully, but these errors were encountered: