Use this topic to prepare to deploy Domino on Amazon Elastic Kubernetes Service (EKS). EKS is hosted on Amazon Web Services (AWS).
Review the prerequisites
Download the following Domino tool:
-
fleetcommand-agent-install.sh - Deploys Domino.
To install and configure Domino in your AWS account you must have:
-
An AWS project.
-
Quay.io
credentials provided by Domino. -
A SSL certificate for your domain in AWS Certificate Manager (ACM).
-
An Elastic Compute Cloud (EC2) key pair for SSH connections with Linux bastion hosts.
-
A Unix terminal with the following:
-
Node.js installed.
-
Python3 installed.
-
Amazon Web Services Command Line Interface (AWS CLI) installed.
-
Validate the prerequisites
To verify that the tools were installed correctly, run the following:
node --version
python3 --version
Tip