Infrastructure Configuration#

The reference deployment on AWS uses Terraform to manage the infrastructure.

To configure the infrastructure, you can modify following Terraform variables in the .variables/<ENV>.tfvars file:

Variable

Notes

aws_profile_name

Set automatically as part of the installation script.

aws_region

Set automatically as part of the installation script.

aws_es_ebs_volume_size

New in version 1.0.4.

domain

Set automatically as part of the installation script.

environment_name

Set automatically as part of the installation script.

eks_ess_cluster_worker_node_size

New in version 1.0.4.

eks_ess_cluster_worker_node_min_count

New in version 1.0.4.

eks_ess_cluster_worker_node_desired_count

New in version 1.0.4.

eks_ess_cluster_worker_node_max_count

New in version 1.0.4.

eks_backend_cluster_worker_node_size

New in version 1.0.4.

eks_backend_cluster_worker_node_min_count

New in version 1.0.4.

eks_backend_cluster_worker_node_desired_count

New in version 1.0.4.

eks_backend_cluster_worker_node_max_count

New in version 1.0.4.

postgres_instance_class_size

New in version 1.0.4.

postgres_storage_size_desired

New in version 1.0.4.

postgres_storage_size_max

New in version 1.0.4.