Skip to content

Instantly share code, notes, and snippets.

@DingGGu
Last active March 2, 2023 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DingGGu/25f011cff71b2eab36f0317ce127a2ae to your computer and use it in GitHub Desktop.
Save DingGGu/25f011cff71b2eab36f0317ce127a2ae to your computer and use it in GitHub Desktop.
AWS EC2 Network bandwidth
{
"t4g": {
"elasticache": true,
"rds": true,
"name": [
"micro",
"small",
"medium",
"large",
"xlarge",
"2xlarge"
],
"bandwidth": [
64000000,
128000000,
256000000,
512000000,
1024000000,
2048000000
]
},
"t3": {
"elasticache": true,
"rds": true,
"name": [
"micro",
"small",
"medium",
"large",
"xlarge",
"2xlarge"
],
"bandwidth": [
64000000,
128000000,
256000000,
512000000,
1024000000,
2048000000
]
},
"c5": {
"elasticache": false,
"rds": false,
"name": [
"large",
"xlarge",
"2xlarge",
"4xlarge",
"9xlarge",
"12xlarge",
"18xlarge",
"24xlarge"
],
"bandwidth": [
750000000,
1250000000,
2500000000,
5000000000,
12000000000,
12000000000,
25000000000,
25000000000
]
},
"c6i": {
"elasticache": false,
"rds": false,
"name": [
"large",
"xlarge",
"2xlarge",
"4xlarge",
"8xlarge",
"12xlarge",
"16xlarge",
"24xlarge",
"32xlarge"
],
"bandwidth": [
781000000,
1562000000,
3125000000,
6250000000,
12500000000,
18750000000,
25000000000,
37500000000,
50000000000
]
},
"m5": {
"elasticache": true,
"rds": false,
"name": [
"large",
"xlarge",
"2xlarge",
"4xlarge",
"12xlarge",
"24xlarge"
],
"bandwidth": [
750000000,
1250000000,
2500000000,
5000000000,
12000000000,
25000000000
]
},
"m6g": {
"elasticache": true,
"rds": false,
"name": [
"large",
"xlarge",
"2xlarge",
"4xlarge",
"8xlarge",
"12xlarge",
"16xlarge"
],
"bandwidth": [
750000000,
1250000000,
2500000000,
5000000000,
12000000000,
20000000000,
25000000000
]
},
"m6i": {
"elasticache": false,
"rds": false,
"name": [
"large",
"xlarge",
"2xlarge",
"4xlarge",
"8xlarge",
"12xlarge",
"16xlarge",
"24xlarge",
"32xlarge"
],
"bandwidth": [
781000000,
1562000000,
3125000000,
6250000000,
12500000000,
18750000000,
25000000000,
37500000000,
50000000000
]
},
"r5": {
"elasticache": true,
"rds": true,
"name": [
"large",
"xlarge",
"2xlarge",
"4xlarge",
"12xlarge",
"24xlarge"
],
"bandwidth": [
750000000,
1250000000,
2500000000,
5000000000,
12000000000,
25000000000
]
},
"r6g": {
"elasticache": true,
"rds": true,
"name": [
"large",
"xlarge",
"2xlarge",
"4xlarge",
"8xlarge",
"12xlarge",
"16xlarge"
],
"bandwidth": [
750000000,
1250000000,
2500000000,
5000000000,
12000000000,
20000000000,
25000000000
]
},
"r6i": {
"elasticache": false,
"rds": true,
"name": [
"large",
"xlarge",
"2xlarge",
"4xlarge",
"8xlarge",
"12xlarge",
"16xlarge",
"24xlarge",
"32xlarge"
],
"bandwidth": [
781000000,
1562000000,
3125000000,
6250000000,
12500000000,
18750000000,
25000000000,
37500000000,
50000000000
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment