diff --git a/pkg/providers/instancetype/zz_generated.vpclimits.go b/pkg/providers/instancetype/zz_generated.vpclimits.go index 26df09625feb..2951e7b25343 100644 --- a/pkg/providers/instancetype/zz_generated.vpclimits.go +++ b/pkg/providers/instancetype/zz_generated.vpclimits.go @@ -17,622 +17,8306 @@ // so we can get this information at runtime. // Code generated by go generate; DO NOT EDIT. -// This file was generated at 2023-01-26T19:39:15Z +// This file was generated at 2023-03-22T18:08:01Z package instancetype +type NetworkCard struct { + // max number of interfaces supported per card + MaximumNetworkInterfaces int64 + // the index of current card + NetworkCardIndex int64 + NetworkPerformance string +} + type VPCLimits struct { - Interface int - IPv4PerInterface int - IsTrunkingCompatible bool - BranchInterface int + Interface int + IPv4PerInterface int + IsTrunkingCompatible bool + BranchInterface int + NetworkCards []NetworkCard + DefaultNetworkCardIndex int } // VPC Limits and flags for ENI and IPv4 Addresses var Limits = map[string]*VPCLimits{ - "a1.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "a1.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "a1.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "a1.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 10}, - "a1.metal": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "a1.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c1.medium": {Interface: 2, IPv4PerInterface: 6, IsTrunkingCompatible: false, BranchInterface: 0}, - "c1.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "c3.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "c3.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "c3.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "c3.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "c3.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "c4.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "c4.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "c4.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "c4.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "c4.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "c5.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5.18xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c5.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5.9xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c5.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c5a.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5a.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5a.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5a.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c5a.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5a.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5a.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c5a.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c5ad.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5ad.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5ad.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5ad.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c5ad.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5ad.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5ad.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c5ad.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c5d.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5d.18xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5d.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5d.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c5d.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5d.9xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5d.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c5d.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5d.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c5n.18xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5n.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c5n.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5n.9xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c5n.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c5n.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c5n.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c6a.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "c6a.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6a.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6a.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c6a.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6a.48xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6a.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6a.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "c6a.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c6a.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6a.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c6g.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6g.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6g.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c6g.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6g.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6g.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c6g.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "c6g.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6g.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c6gd.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6gd.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6gd.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c6gd.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6gd.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6gd.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c6gd.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "c6gd.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6gd.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c6gn.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6gn.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6gn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c6gn.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6gn.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6gn.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c6gn.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "c6gn.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c6i.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "c6i.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6i.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6i.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c6i.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6i.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6i.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "c6i.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c6i.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6i.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c6id.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "c6id.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6id.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6id.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c6id.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6id.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6id.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "c6id.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c6id.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6id.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c6in.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "c6in.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6in.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c6in.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c6in.32xlarge": {Interface: 14, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 108}, - "c6in.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c6in.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "c6in.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c6in.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "c7g.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c7g.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "c7g.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "c7g.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c7g.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "c7g.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "c7g.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "c7g.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "cc2.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "d2.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "d2.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "d2.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "d2.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "d3.2xlarge": {Interface: 4, IPv4PerInterface: 5, IsTrunkingCompatible: true, BranchInterface: 92}, - "d3.4xlarge": {Interface: 4, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 118}, - "d3.8xlarge": {Interface: 3, IPv4PerInterface: 20, IsTrunkingCompatible: true, BranchInterface: 119}, - "d3.xlarge": {Interface: 4, IPv4PerInterface: 3, IsTrunkingCompatible: true, BranchInterface: 42}, - "d3en.12xlarge": {Interface: 3, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 119}, - "d3en.2xlarge": {Interface: 4, IPv4PerInterface: 5, IsTrunkingCompatible: true, BranchInterface: 58}, - "d3en.4xlarge": {Interface: 4, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 118}, - "d3en.6xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 118}, - "d3en.8xlarge": {Interface: 4, IPv4PerInterface: 20, IsTrunkingCompatible: true, BranchInterface: 118}, - "d3en.xlarge": {Interface: 4, IPv4PerInterface: 3, IsTrunkingCompatible: true, BranchInterface: 24}, - "dl1.24xlarge": {Interface: 60, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 62}, - "f1.16xlarge": {Interface: 8, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "f1.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "f1.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "g2.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "g2.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "g3.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "g3.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "g3.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "g3s.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "g4ad.16xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 6}, - "g4ad.2xlarge": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 12}, - "g4ad.4xlarge": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 11}, - "g4ad.8xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 10}, - "g4ad.xlarge": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 12}, - "g4dn.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "g4dn.16xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 118}, - "g4dn.2xlarge": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 39}, - "g4dn.4xlarge": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 59}, - "g4dn.8xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 58}, - "g4dn.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "g4dn.xlarge": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 39}, - "g5.12xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "g5.16xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "g5.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "g5.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 17}, - "g5.48xlarge": {Interface: 7, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 115}, - "g5.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 34}, - "g5.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "g5.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 4}, - "g5g.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "g5g.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "g5g.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "g5g.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "g5g.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "g5g.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "h1.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "h1.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "h1.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "h1.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "i2.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "i2.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "i2.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "i2.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "i3.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "i3.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "i3.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "i3.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "i3.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "i3.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 120}, - "i3.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "i3en.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "i3en.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "i3en.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 28}, - "i3en.3xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "i3en.6xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "i3en.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 5}, - "i3en.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "i3en.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 12}, - "i4i.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 120}, - "i4i.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 26}, - "i4i.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 120}, - "i4i.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 52}, - "i4i.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 112}, - "i4i.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "i4i.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 120}, - "i4i.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 6}, - "im4gn.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "im4gn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "im4gn.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "im4gn.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "im4gn.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "im4gn.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "inf1.24xlarge": {Interface: 11, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 111}, - "inf1.2xlarge": {Interface: 4, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 38}, - "inf1.6xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "inf1.xlarge": {Interface: 4, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 38}, - "is4gen.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "is4gen.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "is4gen.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "is4gen.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "is4gen.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "is4gen.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m1.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "m1.medium": {Interface: 2, IPv4PerInterface: 6, IsTrunkingCompatible: false, BranchInterface: 0}, - "m1.small": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: false, BranchInterface: 0}, - "m1.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "m2.2xlarge": {Interface: 4, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "m2.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "m2.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "m3.2xlarge": {Interface: 4, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "m3.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "m3.medium": {Interface: 2, IPv4PerInterface: 6, IsTrunkingCompatible: false, BranchInterface: 0}, - "m3.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "m4.10xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "m4.16xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "m4.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "m4.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "m4.large": {Interface: 2, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "m4.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "m5.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m5.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m5.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 120}, - "m5.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m5a.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5a.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5a.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5a.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m5a.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5a.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5a.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m5a.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m5ad.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5ad.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5ad.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5ad.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m5ad.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5ad.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5ad.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m5ad.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m5d.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5d.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5d.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5d.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m5d.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5d.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5d.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m5d.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5d.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m5dn.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5dn.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5dn.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5dn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m5dn.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5dn.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5dn.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m5dn.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5dn.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m5n.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5n.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5n.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5n.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m5n.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5n.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m5n.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m5n.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5n.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m5zn.12xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5zn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 62}, - "m5zn.3xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 92}, - "m5zn.6xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "m5zn.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 13}, - "m5zn.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m5zn.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 29}, - "m6a.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "m6a.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6a.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6a.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m6a.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6a.48xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6a.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6a.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "m6a.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m6a.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6a.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m6g.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6g.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6g.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m6g.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6g.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6g.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m6g.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "m6g.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6g.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m6gd.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6gd.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6gd.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m6gd.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6gd.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6gd.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m6gd.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "m6gd.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6gd.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m6i.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "m6i.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6i.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6i.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m6i.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6i.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6i.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "m6i.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m6i.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6i.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m6id.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "m6id.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6id.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6id.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m6id.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6id.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6id.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "m6id.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m6id.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6id.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m6idn.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "m6idn.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6idn.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6idn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m6idn.32xlarge": {Interface: 14, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 108}, - "m6idn.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6idn.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "m6idn.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m6idn.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "m6in.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "m6in.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6in.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "m6in.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "m6in.32xlarge": {Interface: 14, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 108}, - "m6in.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "m6in.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "m6in.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "m6in.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "mac1.metal": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 6}, - "mac2.metal": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 6}, - "p2.16xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "p2.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "p2.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "p3.16xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "p3.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "p3.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "p3dn.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "p4d.24xlarge": {Interface: 60, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 62}, - "r3.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "r3.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "r3.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "r3.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "r3.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "r4.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "r4.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "r4.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "r4.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "r4.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "r4.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "r5.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r5.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r5.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 120}, - "r5.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r5a.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5a.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5a.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5a.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r5a.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5a.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5a.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r5a.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r5ad.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5ad.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5ad.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5ad.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r5ad.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5ad.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5ad.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r5ad.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r5b.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5b.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5b.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5b.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r5b.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5b.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5b.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r5b.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5b.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r5d.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5d.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5d.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5d.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r5d.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5d.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5d.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r5d.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5d.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r5dn.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5dn.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5dn.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5dn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r5dn.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5dn.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5dn.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r5dn.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5dn.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r5n.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5n.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5n.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5n.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r5n.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5n.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r5n.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r5n.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r5n.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r6a.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "r6a.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6a.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6a.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r6a.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6a.48xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6a.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6a.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "r6a.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r6a.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6a.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r6g.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6g.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6g.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r6g.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6g.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6g.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r6g.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "r6g.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6g.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r6gd.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6gd.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6gd.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r6gd.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6gd.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6gd.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r6gd.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 4}, - "r6gd.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6gd.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r6i.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "r6i.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6i.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6i.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r6i.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6i.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6i.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "r6i.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r6i.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6i.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r6id.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "r6id.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6id.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6id.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r6id.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6id.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6id.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "r6id.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r6id.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6id.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r6idn.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "r6idn.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6idn.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6idn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r6idn.32xlarge": {Interface: 14, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 108}, - "r6idn.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6idn.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "r6idn.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r6idn.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "r6in.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "r6in.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6in.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "r6in.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "r6in.32xlarge": {Interface: 14, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 108}, - "r6in.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "r6in.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 84}, - "r6in.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "r6in.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "t1.micro": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t2.2xlarge": {Interface: 3, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "t2.large": {Interface: 3, IPv4PerInterface: 12, IsTrunkingCompatible: false, BranchInterface: 0}, - "t2.medium": {Interface: 3, IPv4PerInterface: 6, IsTrunkingCompatible: false, BranchInterface: 0}, - "t2.micro": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t2.nano": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t2.small": {Interface: 3, IPv4PerInterface: 4, IsTrunkingCompatible: false, BranchInterface: 0}, - "t2.xlarge": {Interface: 3, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3.large": {Interface: 3, IPv4PerInterface: 12, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3.medium": {Interface: 3, IPv4PerInterface: 6, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3.micro": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3.nano": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3.small": {Interface: 3, IPv4PerInterface: 4, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3a.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3a.large": {Interface: 3, IPv4PerInterface: 12, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3a.medium": {Interface: 3, IPv4PerInterface: 6, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3a.micro": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3a.nano": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3a.small": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: false, BranchInterface: 0}, - "t3a.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "t4g.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "t4g.large": {Interface: 3, IPv4PerInterface: 12, IsTrunkingCompatible: false, BranchInterface: 0}, - "t4g.medium": {Interface: 3, IPv4PerInterface: 6, IsTrunkingCompatible: false, BranchInterface: 0}, - "t4g.micro": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t4g.nano": {Interface: 2, IPv4PerInterface: 2, IsTrunkingCompatible: false, BranchInterface: 0}, - "t4g.small": {Interface: 3, IPv4PerInterface: 4, IsTrunkingCompatible: false, BranchInterface: 0}, - "t4g.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "trn1.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 17}, - "trn1.32xlarge": {Interface: 40, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 82}, - "u-12tb1.112xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "u-18tb1.112xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "u-3tb1.56xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 6}, - "u-6tb1.112xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "u-6tb1.56xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "u-9tb1.112xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: false, BranchInterface: 0}, - "vt1.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "vt1.3xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "vt1.6xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "x1.16xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "x1.32xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "x1e.16xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "x1e.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "x1e.32xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: false, BranchInterface: 0}, - "x1e.4xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "x1e.8xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: false, BranchInterface: 0}, - "x1e.xlarge": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: false, BranchInterface: 0}, - "x2gd.12xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "x2gd.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2gd.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 38}, - "x2gd.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "x2gd.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "x2gd.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 9}, - "x2gd.medium": {Interface: 2, IPv4PerInterface: 4, IsTrunkingCompatible: true, BranchInterface: 10}, - "x2gd.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2gd.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 18}, - "x2idn.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2idn.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2idn.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2idn.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2iedn.16xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2iedn.24xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2iedn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 27}, - "x2iedn.32xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2iedn.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "x2iedn.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "x2iedn.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2iedn.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 11}, - "x2iezn.12xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "x2iezn.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 62}, - "x2iezn.4xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "x2iezn.6xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "x2iezn.8xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 114}, - "x2iezn.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "z1d.12xlarge": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "z1d.2xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 58}, - "z1d.3xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "z1d.6xlarge": {Interface: 8, IPv4PerInterface: 30, IsTrunkingCompatible: true, BranchInterface: 54}, - "z1d.large": {Interface: 3, IPv4PerInterface: 10, IsTrunkingCompatible: true, BranchInterface: 13}, - "z1d.metal": {Interface: 15, IPv4PerInterface: 50, IsTrunkingCompatible: true, BranchInterface: 107}, - "z1d.xlarge": {Interface: 4, IPv4PerInterface: 15, IsTrunkingCompatible: true, BranchInterface: 28}, + "a1.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "a1.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "a1.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "a1.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 10, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "a1.metal": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "a1.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c1.medium": { + Interface: 2, + IPv4PerInterface: 6, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "c1.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c3.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c3.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c3.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c3.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c3.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c4.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c4.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c4.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c4.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c4.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5.18xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5.9xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c5.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5a.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5a.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5a.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5a.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5a.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5a.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5a.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c5a.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5ad.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5ad.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5ad.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5ad.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5ad.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5ad.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5ad.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c5ad.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.18xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.9xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5d.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5n.18xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5n.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c5n.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5n.9xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c5n.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c5n.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c5n.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.48xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6a.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6g.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6gd.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6gn.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6gn.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6gn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6gn.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6gn.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6gn.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c6gn.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "c6gn.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6i.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6id.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6in.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6in.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6in.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c6in.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c6in.32xlarge": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "c6in.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6in.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c6in.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c6in.metal": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "c6in.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "c7g.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d2.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d2.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "d2.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "d2.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d3.2xlarge": { + Interface: 4, + IPv4PerInterface: 5, + IsTrunkingCompatible: true, + BranchInterface: 92, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d3.4xlarge": { + Interface: 4, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 118, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d3.8xlarge": { + Interface: 3, + IPv4PerInterface: 20, + IsTrunkingCompatible: true, + BranchInterface: 119, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "d3.xlarge": { + Interface: 4, + IPv4PerInterface: 3, + IsTrunkingCompatible: true, + BranchInterface: 42, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d3en.12xlarge": { + Interface: 3, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 119, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "d3en.2xlarge": { + Interface: 4, + IPv4PerInterface: 5, + IsTrunkingCompatible: true, + BranchInterface: 58, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d3en.4xlarge": { + Interface: 4, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 118, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d3en.6xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 118, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d3en.8xlarge": { + Interface: 4, + IPv4PerInterface: 20, + IsTrunkingCompatible: true, + BranchInterface: 118, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "d3en.xlarge": { + Interface: 4, + IPv4PerInterface: 3, + IsTrunkingCompatible: true, + BranchInterface: 24, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "dl1.24xlarge": { + Interface: 60, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 62, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 1, + }, + + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 2, + }, + + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 3, + }, + }, + }, + "f1.16xlarge": { + Interface: 8, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "f1.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "f1.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g2.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g2.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g3.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "g3.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g3.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g3s.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g4ad.16xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 6, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g4ad.2xlarge": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 12, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "g4ad.4xlarge": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 11, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "g4ad.8xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 10, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g4ad.xlarge": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 12, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "g4dn.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g4dn.16xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 118, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g4dn.2xlarge": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 39, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "g4dn.4xlarge": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 59, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "g4dn.8xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 58, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g4dn.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "g4dn.xlarge": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 39, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "g5.12xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "g5.16xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g5.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "g5.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 17, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g5.48xlarge": { + Interface: 7, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 115, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + }, + }, + "g5.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 34, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g5.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g5.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g5g.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "g5g.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g5g.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "g5g.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "g5g.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "g5g.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "h1.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "h1.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "h1.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "h1.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i2.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "i2.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i2.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i2.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "i3.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "i3.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "i3.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i3.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i3.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "i3.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 120, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "i3.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "i3en.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i3en.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "i3en.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 28, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "i3en.3xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "i3en.6xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i3en.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 5, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "i3en.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "i3en.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 12, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "i4i.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 120, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i4i.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 26, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "i4i.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 120, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "i4i.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 52, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i4i.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 112, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "i4i.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "i4i.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 120, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "i4i.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 6, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "im4gn.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "im4gn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "im4gn.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "im4gn.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "im4gn.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "im4gn.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "inf1.24xlarge": { + Interface: 11, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 111, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 11, + NetworkCardIndex: 0, + }, + }, + }, + "inf1.2xlarge": { + Interface: 4, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "inf1.6xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "inf1.xlarge": { + Interface: 4, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "is4gen.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "is4gen.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "is4gen.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "is4gen.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "is4gen.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "is4gen.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m1.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m1.medium": { + Interface: 2, + IPv4PerInterface: 6, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "m1.small": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "m1.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m2.2xlarge": { + Interface: 4, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m2.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m2.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m3.2xlarge": { + Interface: 4, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m3.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m3.medium": { + Interface: 2, + IPv4PerInterface: 6, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "m3.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m4.10xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m4.16xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m4.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m4.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m4.large": { + Interface: 2, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "m4.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m5.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 120, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5a.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5a.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5a.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5a.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5a.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5a.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5a.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m5a.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5ad.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5ad.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5ad.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5ad.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5ad.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5ad.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5ad.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m5ad.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5d.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5dn.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5n.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5zn.12xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5zn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 62, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m5zn.3xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 92, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5zn.6xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m5zn.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 13, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m5zn.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m5zn.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 29, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.48xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6a.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6g.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6gd.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6i.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6id.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6idn.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6idn.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6idn.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6idn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6idn.32xlarge": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "m6idn.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6idn.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6idn.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m6idn.metal": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "m6idn.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6in.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6in.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6in.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m6in.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m6in.32xlarge": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "m6in.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6in.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m6in.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m6in.metal": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "m6in.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "m7g.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "mac1.metal": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 6, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "mac2.metal": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 6, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "p2.16xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "p2.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "p2.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "p3.16xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "p3.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "p3.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "p3dn.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "p4d.24xlarge": { + Interface: 60, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 62, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 1, + }, + + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 2, + }, + + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 3, + }, + }, + }, + "r3.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r3.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r3.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r3.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r3.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r4.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r4.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r4.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r4.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r4.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r4.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r5.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 120, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5a.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5a.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5a.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5a.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5a.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5a.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5a.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r5a.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5ad.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5ad.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5ad.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5ad.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5ad.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5ad.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5ad.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r5ad.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5b.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5d.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5dn.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r5n.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.48xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6a.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6g.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6gd.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6i.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6id.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6idn.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6idn.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6idn.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6idn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6idn.32xlarge": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "r6idn.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6idn.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6idn.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r6idn.metal": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "r6idn.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6in.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6in.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6in.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r6in.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r6in.32xlarge": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "r6in.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6in.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 84, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r6in.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r6in.metal": { + Interface: 14, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 108, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 7, + NetworkCardIndex: 1, + }, + }, + }, + "r6in.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 4, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "r7g.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "t1.micro": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t2.2xlarge": { + Interface: 3, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t2.large": { + Interface: 3, + IPv4PerInterface: 12, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t2.medium": { + Interface: 3, + IPv4PerInterface: 6, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t2.micro": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t2.nano": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t2.small": { + Interface: 3, + IPv4PerInterface: 4, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t2.xlarge": { + Interface: 3, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t3.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "t3.large": { + Interface: 3, + IPv4PerInterface: 12, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t3.medium": { + Interface: 3, + IPv4PerInterface: 6, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t3.micro": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t3.nano": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t3.small": { + Interface: 3, + IPv4PerInterface: 4, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t3.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "t3a.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "t3a.large": { + Interface: 3, + IPv4PerInterface: 12, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t3a.medium": { + Interface: 3, + IPv4PerInterface: 6, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t3a.micro": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t3a.nano": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t3a.small": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t3a.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "t4g.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "t4g.large": { + Interface: 3, + IPv4PerInterface: 12, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t4g.medium": { + Interface: 3, + IPv4PerInterface: 6, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t4g.micro": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t4g.nano": { + Interface: 2, + IPv4PerInterface: 2, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "t4g.small": { + Interface: 3, + IPv4PerInterface: 4, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "t4g.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "trn1.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 17, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "trn1.32xlarge": { + Interface: 40, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 82, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 5, + NetworkCardIndex: 0, + }, + + { + MaximumNetworkInterfaces: 5, + NetworkCardIndex: 1, + }, + + { + MaximumNetworkInterfaces: 5, + NetworkCardIndex: 2, + }, + + { + MaximumNetworkInterfaces: 5, + NetworkCardIndex: 3, + }, + + { + MaximumNetworkInterfaces: 5, + NetworkCardIndex: 4, + }, + + { + MaximumNetworkInterfaces: 5, + NetworkCardIndex: 5, + }, + + { + MaximumNetworkInterfaces: 5, + NetworkCardIndex: 6, + }, + + { + MaximumNetworkInterfaces: 5, + NetworkCardIndex: 7, + }, + }, + }, + "u-12tb1.112xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "u-18tb1.112xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "u-3tb1.56xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 6, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "u-6tb1.112xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "u-6tb1.56xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "u-9tb1.112xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "vt1.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "vt1.3xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "vt1.6xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x1.16xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x1.32xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x1e.16xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x1e.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "x1e.32xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x1e.4xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "x1e.8xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "x1e.xlarge": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: false, + BranchInterface: 0, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.12xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 38, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 9, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.medium": { + Interface: 2, + IPv4PerInterface: 4, + IsTrunkingCompatible: true, + BranchInterface: 10, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 2, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2gd.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 18, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "x2idn.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2idn.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2idn.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2idn.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2iedn.16xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2iedn.24xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2iedn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 27, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "x2iedn.32xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2iedn.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x2iedn.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x2iedn.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2iedn.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 11, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "x2iezn.12xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "x2iezn.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 62, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "x2iezn.4xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x2iezn.6xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x2iezn.8xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 114, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "x2iezn.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "z1d.12xlarge": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "z1d.2xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 58, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, + "z1d.3xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "z1d.6xlarge": { + Interface: 8, + IPv4PerInterface: 30, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + }, + "z1d.large": { + Interface: 3, + IPv4PerInterface: 10, + IsTrunkingCompatible: true, + BranchInterface: 13, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 3, + NetworkCardIndex: 0, + }, + }, + }, + "z1d.metal": { + Interface: 15, + IPv4PerInterface: 50, + IsTrunkingCompatible: true, + BranchInterface: 107, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 15, + NetworkCardIndex: 0, + }, + }, + }, + "z1d.xlarge": { + Interface: 4, + IPv4PerInterface: 15, + IsTrunkingCompatible: true, + BranchInterface: 28, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 4, + NetworkCardIndex: 0, + }, + }, + }, } diff --git a/pkg/providers/pricing/zz_generated.pricing.go b/pkg/providers/pricing/zz_generated.pricing.go index c1ce2426fda9..97591ab6a53a 100644 --- a/pkg/providers/pricing/zz_generated.pricing.go +++ b/pkg/providers/pricing/zz_generated.pricing.go @@ -18,9 +18,9 @@ package pricing import "time" -// generated at 2023-02-27T15:52:29Z for us-east-1 +// generated at 2023-04-03T13:08:14Z for us-east-1 -var initialPriceUpdate, _ = time.Parse(time.RFC3339, "2023-02-27T15:52:29Z") +var initialPriceUpdate, _ = time.Parse(time.RFC3339, "2023-04-03T13:08:14Z") var initialOnDemandPrices = map[string]map[string]float64{} func init() { @@ -370,7 +370,7 @@ func init() { // c6in family "c6in.12xlarge": 3.276000, "c6in.16xlarge": 4.368000, "c6in.24xlarge": 6.552000, "c6in.2xlarge": 0.546000, "c6in.32xlarge": 8.736000, "c6in.4xlarge": 1.092000, "c6in.8xlarge": 2.184000, "c6in.large": 0.136500, - "c6in.xlarge": 0.273000, + "c6in.metal": 8.736000, "c6in.xlarge": 0.273000, // cc2 family "cc2.8xlarge": 2.250000, // d2 family @@ -446,11 +446,11 @@ func init() { // m6idn family "m6idn.12xlarge": 4.801680, "m6idn.16xlarge": 6.402240, "m6idn.24xlarge": 9.603360, "m6idn.2xlarge": 0.800280, "m6idn.32xlarge": 12.804480, "m6idn.4xlarge": 1.600560, "m6idn.8xlarge": 3.201120, - "m6idn.large": 0.200070, "m6idn.xlarge": 0.400140, + "m6idn.large": 0.200070, "m6idn.metal": 12.804480, "m6idn.xlarge": 0.400140, // m6in family "m6in.12xlarge": 4.183920, "m6in.16xlarge": 5.578560, "m6in.24xlarge": 8.367840, "m6in.2xlarge": 0.697320, "m6in.32xlarge": 11.157120, "m6in.4xlarge": 1.394640, "m6in.8xlarge": 2.789280, "m6in.large": 0.174330, - "m6in.xlarge": 0.348660, + "m6in.metal": 11.157120, "m6in.xlarge": 0.348660, // p2 family "p2.16xlarge": 17.280000, "p2.8xlarge": 8.640000, "p2.xlarge": 1.080000, // p3 family @@ -498,11 +498,11 @@ func init() { // r6idn family "r6idn.12xlarge": 5.644080, "r6idn.16xlarge": 7.525440, "r6idn.24xlarge": 11.288160, "r6idn.2xlarge": 0.940680, "r6idn.32xlarge": 15.050880, "r6idn.4xlarge": 1.881360, "r6idn.8xlarge": 3.762720, - "r6idn.large": 0.235170, "r6idn.xlarge": 0.470340, + "r6idn.large": 0.235170, "r6idn.metal": 15.050880, "r6idn.xlarge": 0.470340, // r6in family "r6in.12xlarge": 5.026320, "r6in.16xlarge": 6.701760, "r6in.24xlarge": 10.052640, "r6in.2xlarge": 0.837720, "r6in.32xlarge": 13.403520, "r6in.4xlarge": 1.675440, "r6in.8xlarge": 3.350880, "r6in.large": 0.209430, - "r6in.xlarge": 0.418860, + "r6in.metal": 13.403520, "r6in.xlarge": 0.418860, // t1 family "t1.micro": 0.024000, // t2 family @@ -521,6 +521,8 @@ func init() { "u-12tb1.112xlarge": 130.867000, // u-24tb1 family "u-24tb1.112xlarge": 261.730000, + // u-3tb1 family + "u-3tb1.56xlarge": 32.716500, // u-6tb1 family "u-6tb1.112xlarge": 65.433000, "u-6tb1.56xlarge": 55.610750, // u-9tb1 family @@ -562,6 +564,10 @@ func init() { "c6i.12xlarge": 2.448000, "c6i.16xlarge": 3.264000, "c6i.24xlarge": 4.896000, "c6i.2xlarge": 0.408000, "c6i.32xlarge": 6.528000, "c6i.4xlarge": 0.816000, "c6i.8xlarge": 1.632000, "c6i.large": 0.102000, "c6i.metal": 6.528000, "c6i.xlarge": 0.204000, + // c6in family + "c6in.12xlarge": 3.276000, "c6in.16xlarge": 4.368000, "c6in.24xlarge": 6.552000, "c6in.2xlarge": 0.546000, + "c6in.32xlarge": 8.736000, "c6in.4xlarge": 1.092000, "c6in.8xlarge": 2.184000, "c6in.large": 0.136500, + "c6in.metal": 8.736000, "c6in.xlarge": 0.273000, // d2 family "d2.2xlarge": 1.656000, "d2.4xlarge": 3.312000, "d2.8xlarge": 6.624000, "d2.xlarge": 0.828000, // g4dn family @@ -648,6 +654,8 @@ func init() { "u-24tb1.112xlarge": 261.730000, // u-6tb1 family "u-6tb1.112xlarge": 65.433000, "u-6tb1.56xlarge": 55.610750, + // u-9tb1 family + "u-9tb1.112xlarge": 98.150000, // x1 family "x1.16xlarge": 8.003000, "x1.32xlarge": 16.006000, // x1e family