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.json
1569 views
1
[
2
{
3
"InstanceGroupType": "MASTER",
4
"InstanceCount": 1,
5
"Name": "Master Instance Group",
6
"InstanceType": "m1.large"
7
},
8
{
9
"InstanceGroupType": "CORE",
10
"InstanceCount": 2,
11
"Name": "Core Instance Group",
12
"InstanceType": "m1.xlarge"
13
},
14
{
15
"InstanceGroupType": "TASK",
16
"InstanceCount": 3,
17
"Name": "Task Instance Group",
18
"BidPrice": "3.45",
19
"InstanceType": "m1.xlarge"
20
}
21
]
22