update-aws-cluster¶
- subtitle
Updates an AWS cluster in the Cloudera Data Warehouse.
- version
0.9.126
Description¶
Update an AWS cluster in the Cloudera Data Warehouse with the provided settings.
Synopsis¶
update-aws-cluster
--cluster-id <value>
[--description <value>]
[--whitelist-k8s-cluster-access-ip-cidrs <value>]
[--whitelist-workload-access-ip-cidrs <value>]
[--observability-config <value>]
[--external-buckets <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--cluster-id
(string)
The ID of the AWS cluster to update.
--description
(string)
Cluster description.
--whitelist-k8s-cluster-access-ip-cidrs
(array)
List of IP address CIDRs to whitelist for kubernetes cluster access.
Syntax:
"string" "string" ...
--whitelist-workload-access-ip-cidrs
(array)
List of IP address CIDRs to whitelist for workload access.
Syntax:
"string" "string" ...
--observability-config
(object)
Cluster observability settings to update.
logsForwardingConfig -> (string)
Create the log forwarding configuration in a valid fluentd format. Then that configuration is later inserted into a larger fluentd configuration.
proxyCABundle -> (string)
Set the proxy CA certificates (PEM Bundle). If you use a TLS-terminating proxy server to inspect outbound internet traffic, you need to provide the proxy server’s CA certificates bundle in PEM bundle format when you configure log forwarding.
Shorthand Syntax:
logsForwardingConfig=string,proxyCABundle=string
JSON Syntax:
{
"logsForwardingConfig": "string",
"proxyCABundle": "string"
}
--external-buckets
(map)
Cluster external bucket definition to update.
Shorthand Syntax:
KeyName1={accessMode=string,kmsCmkArn=string},KeyName2={accessMode=string,kmsCmkArn=string}
JSON Syntax:
{"string": {
"accessMode": "READ"|"READWRITE",
"kmsCmkArn": "string"
}
...}
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
Form Factors¶
public, private