We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The abm cloudlaunch launch command uses a hard coded deployment target. All this to be specified in a command line parameter.
abm cloudlaunch launch
The text was updated successfully, but these errors were encountered:
Cloudlaunch seems to only support deployment target id 11 (us-east-1) even though multiple AWS deployment targets are defined.
Sorry, something went wrong.
Probably because the app is not configured to use that deployment target. Deployment targets are defined once per zone. Subsequently, each app must be configured to use a particular deployment target. This can be done here for example: https://launch.cloudve.org/cloudlaunch/admin/cloudlaunch/application/cloudman-20/change/
No branches or pull requests
The
abm cloudlaunch launch
command uses a hard coded deployment target. All this to be specified in a command line parameter.The text was updated successfully, but these errors were encountered: