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_ebs_config.json
1569 views
1
[
2
{
3
"InstanceGroupType": "MASTER",
4
"InstanceCount": 1,
5
"Name": "Master Instance Group",
6
"InstanceType": "d2.xlarge",
7
"EbsConfiguration":
8
{"EbsBlockDeviceConfigs":
9
[
10
{"VolumeSpecification":
11
{"VolumeType": "standard",
12
"SizeInGB": 10},
13
"VolumesPerInstance": 4}
14
],
15
"EbsOptimized": true}
16
},
17
{
18
"InstanceGroupType": "CORE",
19
"InstanceCount": 2,
20
"Name": "Core Instance Group",
21
"InstanceType": "d2.xlarge"
22
},
23
{
24
"InstanceGroupType": "TASK",
25
"InstanceCount": 3,
26
"Name": "Task Instance Group",
27
"BidPrice": "3.45",
28
"InstanceType": "d2.xlarge"
29
}
30
]
31
32