-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathinstanceTypes.json
More file actions
38 lines (38 loc) · 937 Bytes
/
instanceTypes.json
File metadata and controls
38 lines (38 loc) · 937 Bytes
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
{
"eu-central-1": {
"instanceTypes": [
{
"type": "t3.nano",
"dispName": "General -- CPU: 1 -- RAM: 0.5 -- $0.0067/hr"
},
{
"type": "t3.micro",
"dispName": "General -- CPU: 1 -- RAM: 1 -- $0.0134/hr"
},
{
"type": "t3.small",
"dispName": "General -- CPU: 1 -- RAM: 2 -- $0.0268/hr"
},
{
"type": "t3.medium",
"dispName": "General -- CPU: 2 -- RAM: 4 -- $0.0536/hr"
},
{
"type": "t3.large",
"dispName": "General -- CPU: 2 -- RAM: 8 -- $0.1072/hr"
},
{
"type": "m5.large",
"dispName": "EBS-Optimized -- CPU: 2 -- RAM: 8 -- $0.1150/hr"
},
{
"type": "c5.large",
"dispName": "Compute -- CPU: 2 -- RAM: 4 -- $0.0970/hr"
},
{
"type": "c5.xlarge",
"dispName": "Compute -- CPU: 4 -- RAM: 8 -- $0.1940/hr"
}
]
}
}