You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,20 @@ EC2:
17
17
- EC2-VPC Elastic IPs
18
18
- Public AMIs
19
19
20
+
EFS:
21
+
- File systems per account
22
+
20
23
ELB:
21
24
- Application Load Balancers per Region
22
25
- Classic Load Balancers per Region
23
26
- Network Load Balancers per Region
24
27
25
28
VPC:
29
+
- Internet gateways per Region
30
+
- Network interfaces per Region
26
31
- VPCs per Region
27
-
- Subnets per VPC
28
32
- NAT gateways per Availability Zone
29
-
- Network interfaces per Region
30
-
- Internet gateways per Region
33
+
- Subnets per VPC
31
34
32
35
## Getting Started
33
36
You’ll need a Kubernetes cluster to run against. You can use [kind](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.
0 commit comments