Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/tests/unit/customizations/emr/input_instance_groups_with_configurations.json
1569 views
1
[
2
{
3
"InstanceCount": 1,
4
"InstanceGroupType": "MASTER",
5
"InstanceType": "m1.large",
6
"Name": "MASTER"
7
},
8
{
9
"InstanceCount": 1,
10
"InstanceGroupType": "CORE",
11
"InstanceType": "m1.large",
12
"Name": "CORE",
13
"Configurations": [
14
{
15
"Classification": "hdfs-site",
16
"Properties": {
17
"test-key1": "test-value1",
18
"test-key2": "test-value2"
19
}
20
}
21
]
22
},
23
{
24
"InstanceCount": 1,
25
"InstanceGroupType": "TASK",
26
"InstanceType": "m1.large",
27
"Name": "TASK"
28
}
29
]
30
31