automation-suite
2023.4
false
UiPath logo, featuring letters U and I in white
OUT OF SUPPORT
Automation Suite on EKS/AKS Installation Guide
Last updated Nov 21, 2024

EKS input.json example

The following example shows input.json with all products enabled, mandatory and optional configuration parameters for Automation Suite on EKS. You can use this as reference and make changes as per your environment requirements.
Note that the minimum UiPath® product selection requires platform to be enabled. Make sure to replace all the username and passwords, including SQL connection strings.
{
  "kubernetes_distribution": "eks",
  "install_type": "online",
  "profile": "ha",
  "registries": {
    "docker": {
      "url": "registry.uipath.com"
    },
    "helm": {
      "url": "registry.uipath.com"
    }
  },
  "fqdn": "automationsuite.mycompany.com",
  "admin_username": "admin",
  "admin_password": "-----",
  "fips_enabled_nodes": false,
  "fabric": {
    "redis": {
      "hostname": "redis-cache.mycompany.com",
      "password": "redispassword",
      "port": 6380,
      "tls": true
    }
  },
  "external_object_storage": {
    "enabled": true,
    "create_bucket": true,
    "storage_type": "s3",
    "fqdn": "s3.us-east-1.amazonaws.com",
    "port": 443,
    "region": "us-east-1",
    "access_key": "Accesskey",
    "secret_key": "secret_vkey",
    "use_instance_profile": false,
    "bucket_name_prefix": "myprefix",
    "bucket_name_suffix": "mysuffix"
  },
  "ingress": {
    "service_annotations": {
      "service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
      "service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
      "service.beta.kubernetes.io/aws-load-balancer-type": "nlb",
      "service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
      "service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "74.10.23.8"
    },
    "gateway_selector": {
      "istio": "ingressgateway"
    }
  },
  "exclude_components": [],
  "server_certificate": {
    "tls_cert_file": "",
    "tls_key_file": "",
    "ca_cert_file": ""
  },
  "additional_ca_certs": "",
  "sql": {
    "create_db": false,
    "server_url": "",
    "port": "",
    "username": "",
    "password": ""
  },
  "orchestrator": {
    "enabled": true
  },
  "processmining": {
    "enabled": true
  },
  "insights": {
    "enabled": true,
    "enable_realtime_monitoring": false
  },
  "automation_hub": {
    "enabled": true
  },
  "automation_ops": {
    "enabled": true
  },
  "aicenter": {
    "enabled": true
  },
  "documentunderstanding": {
    "enabled": true
  },
  "test_manager": {
    "enabled": true
  },
  "action_center": {
    "enabled": true
  },
  "apps": {
    "enabled": true
  },
  "integrationservices": {
    "enabled": false
  },
  "studioweb": {
    "enabled": false
  },
  "dataservice": {
    "enabled": true
  },
  "asrobots": {
    "enabled": true
  },
  "storage_class": "as-storage-class",
  "storage_class_single_replica": "storage-class-single-replica",
  "platform": {
    "enabled": true
  },
  "sql_connection_string_template": "Server=tcp:mssql.mycompany.com,1443;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=sqladmin;Password='sqlpassword';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
  "sql_connection_string_template_jdbc": "jdbc:sqlserver://mssql.mycompany.com:1443;database=DB_NAME_PLACEHOLDER;user=sqladmin;password={sqlpassword};encrypt=true;trustServerCertificate=true;loginTimeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_odbc": "SERVER=mssql.mycompany.com,1443;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=sqladmin;PWD={sqlpassword};Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://sqladmin:[email protected]:1443/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server",
  "telemetry_optout": false
}{
  "kubernetes_distribution": "eks",
  "install_type": "online",
  "profile": "ha",
  "registries": {
    "docker": {
      "url": "registry.uipath.com"
    },
    "helm": {
      "url": "registry.uipath.com"
    }
  },
  "fqdn": "automationsuite.mycompany.com",
  "admin_username": "admin",
  "admin_password": "-----",
  "fips_enabled_nodes": false,
  "fabric": {
    "redis": {
      "hostname": "redis-cache.mycompany.com",
      "password": "redispassword",
      "port": 6380,
      "tls": true
    }
  },
  "external_object_storage": {
    "enabled": true,
    "create_bucket": true,
    "storage_type": "s3",
    "fqdn": "s3.us-east-1.amazonaws.com",
    "port": 443,
    "region": "us-east-1",
    "access_key": "Accesskey",
    "secret_key": "secret_vkey",
    "use_instance_profile": false,
    "bucket_name_prefix": "myprefix",
    "bucket_name_suffix": "mysuffix"
  },
  "ingress": {
    "service_annotations": {
      "service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
      "service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
      "service.beta.kubernetes.io/aws-load-balancer-type": "nlb",
      "service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
      "service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "74.10.23.8"
    },
    "gateway_selector": {
      "istio": "ingressgateway"
    }
  },
  "exclude_components": [],
  "server_certificate": {
    "tls_cert_file": "",
    "tls_key_file": "",
    "ca_cert_file": ""
  },
  "additional_ca_certs": "",
  "sql": {
    "create_db": false,
    "server_url": "",
    "port": "",
    "username": "",
    "password": ""
  },
  "orchestrator": {
    "enabled": true
  },
  "processmining": {
    "enabled": true
  },
  "insights": {
    "enabled": true,
    "enable_realtime_monitoring": false
  },
  "automation_hub": {
    "enabled": true
  },
  "automation_ops": {
    "enabled": true
  },
  "aicenter": {
    "enabled": true
  },
  "documentunderstanding": {
    "enabled": true
  },
  "test_manager": {
    "enabled": true
  },
  "action_center": {
    "enabled": true
  },
  "apps": {
    "enabled": true
  },
  "integrationservices": {
    "enabled": false
  },
  "studioweb": {
    "enabled": false
  },
  "dataservice": {
    "enabled": true
  },
  "asrobots": {
    "enabled": true
  },
  "storage_class": "as-storage-class",
  "storage_class_single_replica": "storage-class-single-replica",
  "platform": {
    "enabled": true
  },
  "sql_connection_string_template": "Server=tcp:mssql.mycompany.com,1443;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=sqladmin;Password='sqlpassword';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
  "sql_connection_string_template_jdbc": "jdbc:sqlserver://mssql.mycompany.com:1443;database=DB_NAME_PLACEHOLDER;user=sqladmin;password={sqlpassword};encrypt=true;trustServerCertificate=true;loginTimeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_odbc": "SERVER=mssql.mycompany.com,1443;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=sqladmin;PWD={sqlpassword};Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://sqladmin:[email protected]:1443/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server",
  "telemetry_optout": false
}

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.