-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
52 lines (52 loc) · 1.32 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"IamFleetRole": "arn:aws:iam::385009899373:role/aws-ec2-spot-fleet-tagging-role",
"AllocationStrategy": "lowestPrice",
"TargetCapacity": 3,
"SpotPrice": "0.08",
"ValidFrom": "2018-01-15T18:27:00Z",
"ValidUntil": "2019-01-15T18:27:00Z",
"TerminateInstancesWithExpiration": true,
"LaunchSpecifications": [
{
"ImageId": "ami-3480df4e",
"InstanceType": "m4.xlarge",
"SubnetId": "subnet-d2d5c7a4",
"KeyName": "CellProfiler",
"SpotPrice": "0.08",
"IamInstanceProfile": {
"Arn": "arn:aws:iam::385009899373:instance-profile/s3-imaging-platform-role"
},
"BlockDeviceMappings": [
{
"DeviceName": "/dev/sda1",
"Ebs": {
"DeleteOnTermination": true,
"VolumeType": "gp2",
"VolumeSize": 500,
"SnapshotId": "snap-0d61c49c2c8ecee7a"
}
}
],
"SecurityGroups": [
{
"GroupId": "sg-2a88ab51"
},
{
"GroupId": "sg-74b99a0f"
}
],
"TagSpecifications": [
{
"ResourceType": "instance",
"Tags": [
{
"Key": "Name",
"Value": "imaging-backup"
}
]
}
]
}
],
"Type": "request"
}