Amazon CloudWatch
Last updated
Last updated
To export monitoring data from your Upsolver account, you must first create a connection that provides the appropriate credentials to access your Amazon CloudWatch.
AWS_ROLE
— editableType: text
If omitted, the role created when integrating Upsolver with the AWS account is used.
EXTERNAL_ID
— editableType: text
If omitted, the role created when integrating Upsolver with the AWS account is used.
AWS_ACCESS_KEY_ID
— editableType: text
If omitted, the role created when integrating Upsolver with the AWS account is used.
AWS_SECRET_ACCESS_KEY
— editableType: text
If omitted, the role created when integrating Upsolver with the AWS account is used.
REGION
Type: text
The AWS region to use.
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
The following example creates a new connection named my_cloudwatch_connection that will be used to send monitoring information to CloudWatch.
The following script creates a job named send_monitoring_data_to_cloudwatch that sends cluster metrics to the CloudWatch account my_cloudwatch_connection created in the above example:
The job writes to the upsolver namespace in the CloudWatch account and includes the cluster_id and cluster_name as tags, which is helpful if you have multiple clusters in your organization.
(Optional) The AWS IAM role ARN. Used in conjunction with .
(Optional) The external ID of the role to assume. Used in conjunction with .
(Optional) The AWS access key ID. Used in conjunction with .
(Optional) The AWS secret key corresponds to the provided .