Prepare to install Domino in AWS

Use this topic to prepare to deploy Domino on Amazon Elastic Kubernetes Service (EKS). EKS is hosted on Amazon Web Services (AWS).

Download the install script

fleetcommand-agent-install.sh deploys Domino.

You need to download the script and specify the version of your Domino release when running the script. See fleetcommand-agent-install.sh Downloads for more details.

Download the infrastructure module and the install script
  • main.tf defines your infrastructure.

Review the prerequisites to provision with Terraform

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

Validate the prerequisites
aws --version
terraform version
kubectl version --client=true --short=true
docker version
helm version
Validate AWS credentials by making sure this command returns the UserId Account and Arn
aws sts get-caller-identity