All in one deployment

If you want to deploy ArmoniK with all the cloud services, this section is for you.

This deployment is for development purposes.

Deploy

To launch the deployment, go to the infrastructure/quick-deploy/localhost directory:

If you want to deploy on AWS, go to the dedicated section on AWS

Execute the following command:

make

or

make deploy

Configuration

All parameters are contained in parameters.tfvars

By default, all the cloud services are set to launch. To see what kind of parameters are available, read variables.tf

You can specify a custom parameter file. When executing the make command, you may use the PARAMETERS_FILE option to set the path to your file.

make PARAMETERS_FILE=my-custom-parameters.tfvars

Destroy

To destroy the deployment, type:

make destroy