Container Orchestration Connection Profiles
The following topics describe the connection profile parameters for container orchestration:
AWS ECS Connection Profile Parameters
The following table describes the AWS ECS connection profile parameters.
Parameter |
Description |
---|---|
AWS ECS URL |
Defines the AWS ECS authentication endpoint. https://ecs.us-east-1.amazonaws.com |
Cloud Watch URL |
Defines the Cloud Watch authentication endpoint. https://logs.us-east-1.amazonaws.com |
AWS Region |
Determines the region where the AWS ECS jobs are located. us-east-1 |
Authentication Method |
Determines one of the following authentication methods:
|
AWS Access Key |
Defines the AWS ECS account access key. |
AWS Secret |
Defines the AWS ECS account secret access key. |
AWS IAM Role |
Defines the Identity and Access Management (IAM) role for the AWS ECS connection. |
Connection Timeout |
Determines the number of seconds to wait after Control-M initiates a connection request to AWS ECS before a timeout occurs. Default: 30 |
Kubernetes Connection Profile Parameters
The following table describes the Kubernetes connection profile parameters.
Parameter |
Description |
---|---|
Namespace | Defines the name of the Kubernetes namespace. |
Kubernetes Cluster URL |
Defines the URL for the connection to the Kubernetes cluster. Default: https://kubernetes.default.svc |
Service Token File |
Defines the path to the token file for the connection to Kubernetes. Default: /var/run/secrets/kubernetes.io/serviceaccount/token |
Connection Timeout |
Determines the number of seconds to wait after Control-M initiates a connection request to Kubernetes before a timeout occurs. Default: 20 seconds |