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.

Review the prerequisites

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

Note
The fleetcommand-agent installer requires k8s' cluster-admin role in order to apply all the needed resources. For more information, see kubernetes.io - Using RBAC Authorization.
Validate the prerequisites

To verify that the tools were installed correctly, run the following:

node --version
python3 --version
Tip
Domino recommends Python version 3.9.0 or higher.