-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnf-ont-gpu-g4dnxlarge-spot.json
38 lines (38 loc) · 1.44 KB
/
nf-ont-gpu-g4dnxlarge-spot.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
{
"computeEnvironments": [
{
"computeEnvironmentName": "nf-ont-gpu-g4dnxlarge-spot",
"computeEnvironmentArn": "arn:aws:batch:us-east-1:XXXXXXXXXXXX:compute-environment/nf-ont-gpu-g4dnxlarge-spot",
"ecsClusterArn": "arn:aws:ecs:us-east-1:XXXXXXXXXXXX:cluster/nf-ont-gpu-g4dnxlarge-spot_Batch_3c77718b-345d-3a76-9911-361297dcb7cf",
"type": "MANAGED",
"state": "ENABLED",
"status": "VALID",
"statusReason": "ComputeEnvironment Healthy",
"computeResources": {
"type": "SPOT",
"minvCpus": 0,
"maxvCpus": 256,
"desiredvCpus": 0,
"instanceTypes": [
"g4dn.xlarge"
],
"subnets": [
"subnet-10fb944c",
"subnet-1dd9b033",
"subnet-aea71690",
"subnet-387b4672",
"subnet-a0bddfc7",
"subnet-e4a88ceb"
],
"securityGroupIds": [
"sg-0d410f86c9ff1abaa"
],
"ec2KeyPair": "mypemkey",
"instanceRole": "arn:aws:iam::XXXXXXXXXXXX:instance-profile/ecsInstanceRole",
"tags": {},
"bidPercentage": 50
},
"serviceRole": "arn:aws:iam::XXXXXXXXXXXX:role/AWSBatchServiceRole"
}
]
}