View a markdown version of this page

Deploy the API - Amazon ParallelCluster
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Deploy the API

To deploy the API, run the standard Terraform commands in order.

  1. Build the project:

    terraform init
  2. Define the deployment plan:

    terraform plan -out tfplan
  3. Deploy the plan:

    terraform apply tfplan