Install Trellix IVX Private Cloud

Prev Next

Execute the deployment script

  1. Make the deployment script executable:

    chmod +x deploy_cdk.sh

  2. Export the AWS user config session token and credentials.

  3. Execute the deployment script:

    ./deploy_cdk.sh

Upon successful deployment, API endpoints and the API key are displayed.

Deleting the deployment

To delete all resources created by the CDK and remove the CodePipeline and CodeBuild stacks:

./deploy_cdk.sh --delete