Skip to main content

Review the prerequisites to provision with Terraform

To install and configure Domino in your AWS account, you must have:

Validate the prerequisites

Run the following:

Validate AWS credentials

Validate AWS credentials by making sure that the following command returns the UserId, Account, and Arn:

Verify that the required binaries are installed

Ensure you have a Unix or Linux terminal with the following installed:
If you already have cluster access in your local kubeconfig, the aws CLI steps are not necessary.
Otherwise, follow these steps to install those that are missing:
  1. Install the aws-cli by following these instructions.
  2. Install kubectl by following these instructions.
  3. Install Docker and exit the terminal. When you log in again, the modifications that you just made become active.
  4. Install ddlctl.

Configure cluster access

  1. Run the following:
  2. To retrieve the credentials for your Kubernetes cluster, check your local kubeconfig with:
  3. Update the kubeconfig:
Last modified on July 16, 2026