Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Elastic runtime environments
  6. Serverless runtime environments
  7. Secure Agents
  8. Secure Agent installation

Runtime Environments

Runtime Environments

Step 5. Update the config.txt file

Step 5. Update the config.txt file

Update the config.txt file to provide details about your AWS environment and
Informatica Intelligent Cloud Services
account to the cluster installer.
In the elastic runtime environment directory on the master node, open the config.txt file by running the following command:
vi config.txt
The following table describes the values to update in the config.txt file:
Variable
Description
IDS_HOST
Domain for the POD for your organization. For example:
dm-us.informaticacloud.com
. To locate the domain, find your POD in POD Availability and Networking and copy the property from the
Login URL
field.
USER
Informatica Intelligent Cloud Services
user name.
PASS
Informatica Intelligent Cloud Services
password.
runtimeEnvironmentId
Elastic runtime environment ID.
To find the ID, navigate to the
Runtime Environments
page in Administrator, copy the elastic runtime environment ID from the URL.
For example, in the URL
https://usw1.dmr-us.informaticacloud.com/cloudUI/products/administer/main/elastic-agent/KUBERNETES/0141GU25000000000002/overview
, the elastic runtime environment ID is
0141GU25000000000002
.
PROXY_USER
Optional. User name to connect to the outgoing proxy server.
PROXY_HOST
Optional. Host name of the outgoing proxy server that the Secure Agent uses.
PROXY_PORT
Optional. Port number of the outgoing proxy server.
majorVersion
Release version. For example, use
202507
for the July 2025 release.
SECURITY_GROUP_NAME
Name of the the security group that allows access to the elastic runtime environment.
If any required inbound rules are missing and the cluster installer role has permissions to modify security groups, the cluster installer populates them and continue the installation. Otherwise, cluster installation stops. To continue the installation, edit the security group manually and add the required inbound rules.
For more information about the required inbound rules, see Step 1. Create AWS resources.
VPC_NAME
Name of the VPC that you created.
If your organization uses an outgoing proxy server to connect to the internet, the elastic runtime environment connects to
Informatica Intelligent Cloud Services
through the proxy server. You can configure the proxy server settings in the
config.txt
file. When the cluster installer runs, it prompts you for the proxy server password. The proxy server settings can't be changed after the elastic runtime environment is deployed.
The config.txt file includes the following information:
# Distributed Configuration for Cluster Installer # ================================================= # Customize the following variables to match your environment. # # IDS_HOST # The host address or URL for the IDS service. export IDS_HOST="<POD URL like dm-us.informaticacloud.com>" # USER # Informatica Intelligent Cloud Services user name for the organization that you want to log in to. export USER="<IICS user name>" # PASS # Informatica Intelligent Cloud Services password. export PASS="<IICS password>" # runtimeEnvironmentId # A unique identifier for your runtime environment. export runtimeEnvironmentId="<elastic runtime environment ID from Administrator>" # PROXY_USER PROXY_HOST PROXY_PORT # Specify these values if your organization uses HTTP proxy for outbound communication. # You will be prompted to enter Proxy password by the cluster installation script if PROXY_USER is specified. export PROXY_USER=<proxy server user name> export PROXY_HOST=<proxy server host name> export PROXY_PORT=<proxy server port number> # # majorVersion # Major version number for your release. Update as needed. export majorVersion=<version like 202507> # Following variables are provided so that you can customize cluster creation as per your organization policies. # # KEY_PAIR_NAME and KUBE_CONFIG_SECRET_NAME # These values identify the key pair and its secret name used to access your cluster. # Name of the Key Pair that is used to login to the nodes in the cluster KEY_PAIR_NAME="idmc-elastic-rte-key-pair" KUBE_CONFIG_SECRET_NAME="idmc-elastic-rte-kube-config" # # ORG_ADMIN_CREDS_SECRET_NAME # The name of the secret that stores organization administrator credentials. ORG_ADMIN_CREDS_SECRET_NAME="idmc-elastic-rte-org-creds" # # SECURITY_GROUP_NAME # The security group name defined for access within your environment. SECURITY_GROUP_NAME="<security group name like sg_ert>" # # NODE_NAME_PREFIX # Prefix for naming the nodes in your cluster. NODE_NAME_PREFIX="idmc-elastic-rte" # # AGENT_APP_LAUNCH_TEMPLATE_NAME and AGENT_APP_ASG_NAME # Launch template and auto scaling group names for the agent application. AGENT_APP_LAUNCH_TEMPLATE_NAME="idmc-elastic-rte-agent-app-launch-tmpl" AGENT_APP_ASG_NAME="idmc-elastic-rte-agent-app-asg" # # JOB_NODE_LAUNCH_TEMPLATE_NAME and JOB_NODE_ASG_NAME # Launch template and auto scaling group names for job nodes. JOB_NODE_LAUNCH_TEMPLATE_NAME="idmc-elastic-rte-job-node-launch-tmpl" JOB_NODE_ASG_NAME="idmc-elastic-rte-jon-node-asg" # # CONTROL_PLANE_ELB_NAME # The load balancer name for the control plane in high-availability setups. # Used only when High Availability (HA) mode is enabled. CONTROL_PLANE_ELB_NAME="idmc-elastic-rte-control-plane-elb" # # efsNameTag # Tag for EFS (Elastic File System) shared storage to added upon creation export efsNameTag="idmc-elastic-rte-efs-name" # # IS_RUNNING_ON_MASTER # Set to false if this script is not executed on the master node; otherwise, leave as true. IS_RUNNING_ON_MASTER=true # # VPC_NAME # Provide the VPC name if the script is not running directly on the master node. VPC_NAME="<VPC name like vpc_ert>" # # resourceCreationLogFile # Log file name where created resources will be recorded. export resourceCreationLogFile="resource_creation_log.txt"

0 COMMENTS

We’d like to hear from you!