AWS
modify_instance_groups_instance_count
Modify the number of instances in an instance group
Below are the details and signature of the activity Python module.
Type | probe |
Module | chaosaws.emr.probes |
Name | describe_cluster |
Return | mapping |
Usage
JSON
{
"name": "describe-cluster",
"type": "probe",
"provider": {
"type": "python",
"module": "chaosaws.emr.probes",
"func": "describe_cluster",
"arguments": {
"cluster_id": ""
}
}
}
YAML
name: describe-cluster
provider:
arguments:
cluster_id: ""
func: describe_cluster
module: chaosaws.emr.probes
type: python
type: probe
Arguments
Name | Type | Default | Required | Title | Description |
---|---|---|---|---|---|
cluster_id | string | Yes | Cluster ID |
Signature
def describe_cluster(
cluster_id: str,
configuration: Dict[str, Dict[str, str]] = None,
secrets: Dict[str, Dict[str, str]] = None) -> Dict[str, Any]:
pass