domino logo
Latest (5.7)
  • About Domino
  • Architecture
  • Domino infrastructure
  • Kubernetes infrastructure
  • Installation
  • Configuration Reference
  • Security and compliance
  • Authentication and authorization
  • Projects
  • Data Planes
  • Manage Data
  • Model Monitoring
  • Environments
  • Execution resources
  • Monitoring
  • Audits and logs
  • Control Center
  • Notifications
  • Manage costs
  • Disaster recovery
  • Backup and restore
  • Troubleshooting
  • Get help
  • Run the admin toolkit
  • MongoDB Console
  • Send feedback
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
>
Admin Guide
>
Installation
>
Amazon Web Services (AWS) Deployments
>
Prepare to Install

Prepare to Install

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:

  • An AWS account.

  • quay.io credentials provided by Domino.

  • A SSL certificate for your domain in AWS Certificate Manager (ACM).

  • A Unix or Linux terminal with the following:

    • Amazon Web Services Command Line Interface (AWS CLI) installed.

    • Terraform installed with an active session (see the Terraform module for compatible versions: Terraform module requirements).

    • Kubectl installed.

    • Docker installed.

    • Helm installed.

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
Domino Data Lab
Knowledge Base
Data Science Blog
Training
Copyright © 2022 Domino Data Lab. All rights reserved.