Skip to content

Commit

Permalink
chore: Update data from AWS APIs (#6194)
Browse files Browse the repository at this point in the history
Co-authored-by: APICodeGen <[email protected]>
  • Loading branch information
github-actions[bot] and APICodeGen authored May 13, 2024
1 parent 1ffcf00 commit ee6b9c9
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 53 deletions.
6 changes: 3 additions & 3 deletions pkg/fake/zz_generated.describe_instance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,18 +483,18 @@ var defaultDescribeInstanceTypesOutput = &ec2.DescribeInstanceTypesOutput{
EfaInfo: &ec2.EfaInfo{
MaximumEfaInterfaces: aws.Int64(2),
},
MaximumNetworkInterfaces: aws.Int64(14),
MaximumNetworkInterfaces: aws.Int64(16),
Ipv4AddressesPerInterface: aws.Int64(50),
EncryptionInTransitSupported: aws.Bool(true),
DefaultNetworkCardIndex: aws.Int64(0),
NetworkCards: []*ec2.NetworkCardInfo{
{
NetworkCardIndex: aws.Int64(0),
MaximumNetworkInterfaces: aws.Int64(7),
MaximumNetworkInterfaces: aws.Int64(8),
},
{
NetworkCardIndex: aws.Int64(1),
MaximumNetworkInterfaces: aws.Int64(7),
MaximumNetworkInterfaces: aws.Int64(8),
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions pkg/providers/instancetype/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ var _ = Describe("InstanceTypeProvider", func() {
amiFamily,
nil,
)
Expect(it.Capacity.Pods().Value()).To(BeNumerically("==", 345))
Expect(it.Capacity.Pods().Value()).To(BeNumerically("==", 394))
}
}
})
Expand Down Expand Up @@ -1676,7 +1676,7 @@ var _ = Describe("InstanceTypeProvider", func() {
amiFamily,
nil,
)
Expect(it.Capacity.Pods().Value()).To(BeNumerically("==", 345))
Expect(it.Capacity.Pods().Value()).To(BeNumerically("==", 394))
}
}
})
Expand Down
94 changes: 47 additions & 47 deletions pkg/providers/instancetype/zz_generated.vpclimits.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pkg/providers/pricing/zz_generated.pricing_aws_us_gov.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

package pricing

// generated at 2024-04-25T18:18:45Z for us-east-1
// generated at 2024-05-13T13:06:50Z for us-east-1

var InitialOnDemandPricesUSGov = map[string]map[string]float64{
// us-gov-east-1
Expand Down Expand Up @@ -136,6 +136,10 @@ var InitialOnDemandPricesUSGov = map[string]map[string]float64{
"r6i.12xlarge": 3.624000, "r6i.16xlarge": 4.832000, "r6i.24xlarge": 7.248000, "r6i.2xlarge": 0.604000,
"r6i.32xlarge": 9.664000, "r6i.4xlarge": 1.208000, "r6i.8xlarge": 2.416000, "r6i.large": 0.151000,
"r6i.metal": 9.664000, "r6i.xlarge": 0.302000,
// r7i family
"r7i.12xlarge": 3.805200, "r7i.16xlarge": 5.073600, "r7i.24xlarge": 7.610400, "r7i.2xlarge": 0.634200,
"r7i.48xlarge": 15.220800, "r7i.4xlarge": 1.268400, "r7i.8xlarge": 2.536800, "r7i.large": 0.158550,
"r7i.metal-24xl": 8.371440, "r7i.metal-48xl": 15.220800, "r7i.xlarge": 0.317100,
// t3 family
"t3.2xlarge": 0.390400, "t3.large": 0.097600, "t3.medium": 0.048800, "t3.micro": 0.012200,
"t3.nano": 0.006100, "t3.small": 0.024400, "t3.xlarge": 0.195200,
Expand Down

0 comments on commit ee6b9c9

Please sign in to comment.